#B1CFAC

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

Shades of Zanah #B1CFAC

Tints of Zanah #B1CFAC

Color information

#B1CFAC (or 0xB1CFAC) is unknown color: approx Zanah. HEX triplet: B1, CF and AC. RGB value is (177,207,172). Sum of RGB (Red+Green+Blue) = 177+207+172=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CFAC is #4E3053. Grayscale: #C2C2C2. Windows color (decimal): -5124180 or 11325361. OLE color: 11325361.

HSL color Cylindrical-coordinate representation of color #B1CFAC: hue angle of 111.43º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1CFAC is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB177207172-
CMYK0.1400.170.19
HSL111.43º26.72%74.31%-
HSV(B)111.43º16.91%81.18%-
XYZ47.8956.9547.5-
YUV194.04115.56115.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.83%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=31.83%
G=37.23%
B=30.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772071720.1400.170.19111.4326.7274.31
HexB1CFACE011136f1b4a
Octal261317254160212315733112
Binary1011000111001111101011001110010001100111101111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFAC; }

 p { color: rgb(177,207,172); }

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

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

 a { background-color: rgb(177,207,172); }

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

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

 span { border-color: rgb(177,207,172); }

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