#B1CAAF

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

Shades of Zanah #B1CAAF

Tints of Zanah #B1CAAF

Color information

#B1CAAF (or 0xB1CAAF) is unknown color: approx Zanah. HEX triplet: B1, CA and AF. RGB value is (177,202,175). Sum of RGB (Red+Green+Blue) = 177+202+175=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CAAF is #4E3550. Grayscale: #BFBFBF. Windows color (decimal): -5125457 or 11520689. OLE color: 11520689.

HSL color Cylindrical-coordinate representation of color #B1CAAF: hue angle of 115.56º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1CAAF is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB177202175-
CMYK0.1200.130.21
HSL115.56º20.3%73.92%-
HSV(B)115.56º13.37%79.22%-
XYZ46.9954.6848.64-
YUV191.45118.72117.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=31.95%
G=36.46%
B=31.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021750.1200.130.21115.5620.373.92
HexB1CAAFC0D1574144a
Octal261312257140152516424112
Binary101100011100101010101111110001101101011110100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAAF; }

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

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

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

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

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

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

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

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