#B2CAAE

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

Shades of Zanah #B2CAAE

Tints of Zanah #B2CAAE

Color information

#B2CAAE (or 0xB2CAAE) is unknown color: approx Zanah. HEX triplet: B2, CA and AE. RGB value is (178,202,174). Sum of RGB (Red+Green+Blue) = 178+202+174=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CAAE is #4D3551. Grayscale: #BFBFBF. Windows color (decimal): -5059922 or 11455154. OLE color: 11455154.

HSL color Cylindrical-coordinate representation of color #B2CAAE: hue angle of 111.43º 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 #B2CAAE is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB178202174-
CMYK0.1200.140.21
HSL111.43º20.9%73.73%-
HSV(B)111.43º13.86%79.22%-
XYZ47.1254.7648.13-
YUV191.63118.05118.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.13%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=32.13%
G=36.46%
B=31.41%

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
Decimal1782021740.1200.140.21111.4320.973.73
HexB2CAAEC0E156f154a
Octal262312256140162515725112
Binary101100101100101010101110110001110101011101111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CAAE; }

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

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

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

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

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

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

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

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