#B2CEAF

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

Shades of Zanah #B2CEAF

Tints of Zanah #B2CEAF

Color information

#B2CEAF (or 0xB2CEAF) is unknown color: approx Zanah. HEX triplet: B2, CE and AF. RGB value is (178,206,175). Sum of RGB (Red+Green+Blue) = 178+206+175=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEAF is #4D3150. Grayscale: #C2C2C2. Windows color (decimal): -5058897 or 11521714. OLE color: 11521714.

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

Color convert

RGB178206175-
CMYK0.1400.150.19
HSL114.19º24.03%74.71%-
HSV(B)114.19º15.05%80.78%-
XYZ48.1756.748.96-
YUV194.09117.22116.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.84%
GREEN value IS 206 (80.86% from 255) = 36.85%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=31.84%
G=36.85%
B=31.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782061750.1400.150.19114.1924.0374.71
HexB2CEAFE0F1372184b
Octal262316257160172316230113
Binary101100101100111010101111111001111100111110010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEAF; }

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

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

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

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

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

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

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

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