#B0CBAE

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

Shades of Zanah #B0CBAE

Tints of Zanah #B0CBAE

Color information

#B0CBAE (or 0xB0CBAE) is unknown color: approx Zanah. HEX triplet: B0, CB and AE. RGB value is (176,203,174). Sum of RGB (Red+Green+Blue) = 176+203+174=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CBAE is #4F3451. Grayscale: #BFBFBF. Windows color (decimal): -5190738 or 11455408. OLE color: 11455408.

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

Color convert

RGB176203174-
CMYK0.1300.140.20
HSL115.86º21.8%73.92%-
HSV(B)115.86º14.29%79.61%-
XYZ46.95548.19-
YUV191.62118.05116.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.83%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=31.83%
G=36.71%
B=31.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762031740.1300.140.20115.8621.873.92
HexB0CBAED0E1474164a
Octal260313256150162416426112
Binary101100001100101110101110110101110101001110100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBAE; }

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

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

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

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

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

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

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

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