#B2CBAE

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

Shades of Zanah #B2CBAE

Tints of Zanah #B2CBAE

Color information

#B2CBAE (or 0xB2CBAE) is unknown color: approx Zanah. HEX triplet: B2, CB and AE. RGB value is (178,203,174). Sum of RGB (Red+Green+Blue) = 178+203+174=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CBAE is #4D3451. Grayscale: #C0C0C0. Windows color (decimal): -5059666 or 11455410. OLE color: 11455410.

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

Color convert

RGB178203174-
CMYK0.1200.140.20
HSL111.72º21.8%73.92%-
HSV(B)111.72º14.29%79.61%-
XYZ47.3655.2348.21-
YUV192.22117.72117.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=32.07%
G=36.58%
B=31.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782031740.1200.140.20111.7221.873.92
HexB2CBAEC0E1470164a
Octal262313256140162416026112
Binary101100101100101110101110110001110101001110000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CBAE; }

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

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

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

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

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

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

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

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