#B2C9AF

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

Shades of Zanah #B2C9AF

Tints of Zanah #B2C9AF

Color information

#B2C9AF (or 0xB2C9AF) is unknown color: approx Zanah. HEX triplet: B2, C9 and AF. RGB value is (178,201,175). Sum of RGB (Red+Green+Blue) = 178+201+175=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C9AF is #4D3650. Grayscale: #BFBFBF. Windows color (decimal): -5060177 or 11520434. OLE color: 11520434.

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

Color convert

RGB178201175-
CMYK0.1100.130.21
HSL113.08º19.4%73.73%-
HSV(B)113.08º12.94%78.82%-
XYZ46.9854.3348.57-
YUV191.16118.88118.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.13%
GREEN value IS 201 (78.91% from 255) = 36.28%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=32.13%
G=36.28%
B=31.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1782011750.1100.130.21113.0819.473.73
HexB2C9AFB0D1571134a
Octal262311257130152516123112
Binary101100101100100110101111101101101101011110001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C9AF; }

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

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

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

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

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

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

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

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