#B9FAB5

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

Shades of Celadon #B9FAB5

Tints of Celadon #B9FAB5

Color information

#B9FAB5 (or 0xB9FAB5) is unknown color: approx Celadon. HEX triplet: B9, FA and B5. RGB value is (185,250,181). Sum of RGB (Red+Green+Blue) = 185+250+181=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 181 (71.09% from 255 or 29.38% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FAB5 is #46054A. Grayscale: #DEDEDE. Windows color (decimal): -4588875 or 11926201. OLE color: 11926201.

HSL color Cylindrical-coordinate representation of color #B9FAB5: hue angle of 116.52º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9FAB5 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB185250181-
CMYK0.2600.280.02
HSL116.52º87.34%84.51%-
HSV(B)116.52º27.6%98.04%-
XYZ62.5382.0256.25-
YUV222.7104.47101.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.03%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 181 (71.09% from 255) = 29.38%
R=30.03%
G=40.58%
B=29.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852501810.2600.280.02116.5287.3484.51
HexB9FAB51A01C2755755
Octal271372265320342165127125
Binary1011100111111010101101011101001110010111010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FAB5; }

 p { color: rgb(185,250,181); }

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

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

 a { background-color: rgb(185,250,181); }

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

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

 span { border-color: rgb(185,250,181); }

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