#B2FBB3

Color #B2FBB3 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #B2FBB3

Tints of Celadon #B2FBB3

Color information

#B2FBB3 (or 0xB2FBB3) is unknown color: approx Celadon. HEX triplet: B2, FB and B3. RGB value is (178,251,179). Sum of RGB (Red+Green+Blue) = 178+251+179=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBB3 is #4D044C. Grayscale: #DDDDDD. Windows color (decimal): -5047373 or 11795378. OLE color: 11795378.

HSL color Cylindrical-coordinate representation of color #B2FBB3: hue angle of 120.82º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBB3 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB178251179-
CMYK0.2900.290.02
HSL120.82º90.12%84.12%-
HSV(B)120.82º29.08%98.43%-
XYZ60.9981.7155.21-
YUV220.96104.3297.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 29.28%
GREEN value IS 251 (98.44% from 255) = 41.28%
BLUE value IS 179 (70.31% from 255) = 29.44%
R=29.28%
G=41.28%
B=29.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782511790.2900.290.02120.8290.1284.12
HexB2FBB31D01D2795a54
Octal262373263350352171132124
Binary1011001011111011101100111110101110110111100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBB3; }

 p { color: rgb(178,251,179); }

 H1.HeaderClassName
 {
   color: #B2FBB3;
 }
 .AnyTagClassName
 {
   color: #B2FBB3;
 }
</style>
background-color css

<style>
 a { background-color: #B2FBB3; }

 a { background-color: rgb(178,251,179); }

 div.DivClassName
 {
   background-color: #B2FBB3;
 }
 .BgClassName
 {
   background-color: #B2FBB3;
 }
</style>
border-color css

<style>
 span { border-color: #B2FBB3; }

 span { border-color: rgb(178,251,179); }

 td.TdClassName
 {
   border-color: #B2FBB3;
 }
 .TagClassName
 {
   border-color: #B2FBB3;
 }
</style>