#B8FAB5

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

Shades of Celadon #B8FAB5

Tints of Celadon #B8FAB5

Color information

#B8FAB5 (or 0xB8FAB5) is unknown color: approx Celadon. HEX triplet: B8, FA and B5. RGB value is (184,250,181). Sum of RGB (Red+Green+Blue) = 184+250+181=615 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.92% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FAB5 is #47054A. Grayscale: #DEDEDE. Windows color (decimal): -4654411 or 11926200. OLE color: 11926200.

HSL color Cylindrical-coordinate representation of color #B8FAB5: hue angle of 117.39º 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 #B8FAB5 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB184250181-
CMYK0.2600.280.02
HSL117.39º87.34%84.51%-
HSV(B)117.39º27.6%98.04%-
XYZ62.2981.956.24-
YUV222.4104.63100.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.92%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 181 (71.09% from 255) = 29.43%
R=29.92%
G=40.65%
B=29.43%

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
Decimal1842501810.2600.280.02117.3987.3484.51
HexB8FAB51A01C2755755
Octal270372265320342165127125
Binary1011100011111010101101011101001110010111010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FAB5; }

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

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

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

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

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

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

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

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