#B2CAAF

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

Shades of Zanah #B2CAAF

Tints of Zanah #B2CAAF

Color information

#B2CAAF (or 0xB2CAAF) is unknown color: approx Zanah. HEX triplet: B2, CA and AF. RGB value is (178,202,175). Sum of RGB (Red+Green+Blue) = 178+202+175=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CAAF is #4D3550. Grayscale: #BFBFBF. Windows color (decimal): -5059921 or 11520690. OLE color: 11520690.

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

Color convert

RGB178202175-
CMYK0.1200.130.21
HSL113.33º20.3%73.92%-
HSV(B)113.33º13.37%79.22%-
XYZ47.2254.848.65-
YUV191.75118.55118.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=32.07%
G=36.40%
B=31.53%

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
Decimal1782021750.1200.130.21113.3320.373.92
HexB2CAAFC0D1571144a
Octal262312257140152516124112
Binary101100101100101010101111110001101101011110001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CAAF; }

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

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

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

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

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

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

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

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