#B1FAAF

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

Shades of Celadon #B1FAAF

Tints of Celadon #B1FAAF

Color information

#B1FAAF (or 0xB1FAAF) is unknown color: approx Celadon. HEX triplet: B1, FA and AF. RGB value is (177,250,175). Sum of RGB (Red+Green+Blue) = 177+250+175=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FAAF is #4E0550. Grayscale: #DBDBDB. Windows color (decimal): -5113169 or 11532977. OLE color: 11532977.

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

Color convert

RGB177250175-
CMYK0.2900.30.02
HSL118.4º88.24%83.33%-
HSV(B)118.4º30%98.04%-
XYZ60.0580.8152.99-
YUV219.62102.8297.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=29.40%
G=41.53%
B=29.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772501750.2900.30.02118.488.2483.33
HexB1FAAF1D01E2765853
Octal261372257350362166130123
Binary1011000111111010101011111110101111010111011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FAAF; }

 p { color: rgb(177,250,175); }

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

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

 a { background-color: rgb(177,250,175); }

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

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

 span { border-color: rgb(177,250,175); }

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