#B1CAAE

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

Shades of Zanah #B1CAAE

Tints of Zanah #B1CAAE

Color information

#B1CAAE (or 0xB1CAAE) is unknown color: approx Zanah. HEX triplet: B1, CA and AE. RGB value is (177,202,174). Sum of RGB (Red+Green+Blue) = 177+202+174=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CAAE is #4E3551. Grayscale: #BFBFBF. Windows color (decimal): -5125458 or 11455153. OLE color: 11455153.

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

Color convert

RGB177202174-
CMYK0.1200.140.21
HSL113.57º20.9%73.73%-
HSV(B)113.57º13.86%79.22%-
XYZ46.8954.6448.12-
YUV191.33118.22117.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=32.01%
G=36.53%
B=31.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021740.1200.140.21113.5720.973.73
HexB1CAAEC0E1572154a
Octal261312256140162516225112
Binary101100011100101010101110110001110101011110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAAE; }

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

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

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

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

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

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

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

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