#B4FAB2

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

Shades of Celadon #B4FAB2

Tints of Celadon #B4FAB2

Color information

#B4FAB2 (or 0xB4FAB2) is unknown color: approx Celadon. HEX triplet: B4, FA and B2. RGB value is (180,250,178). Sum of RGB (Red+Green+Blue) = 180+250+178=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FAB2 is #4B054D. Grayscale: #DDDDDD. Windows color (decimal): -4916558 or 11729588. OLE color: 11729588.

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

Color convert

RGB180250178-
CMYK0.2800.290.02
HSL118.33º87.8%83.92%-
HSV(B)118.33º28.8%98.04%-
XYZ61.0481.2954.59-
YUV220.86103.8198.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.61%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 178 (69.92% from 255) = 29.28%
R=29.61%
G=41.12%
B=29.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802501780.2800.290.02118.3387.883.92
HexB4FAB21C01D2765854
Octal264372262340352166130124
Binary1011010011111010101100101110001110110111011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FAB2; }

 p { color: rgb(180,250,178); }

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

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

 a { background-color: rgb(180,250,178); }

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

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

 span { border-color: rgb(180,250,178); }

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