#B0C8AE

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

Shades of Zanah #B0C8AE

Tints of Zanah #B0C8AE

Color information

#B0C8AE (or 0xB0C8AE) is unknown color: approx Zanah. HEX triplet: B0, C8 and AE. RGB value is (176,200,174). Sum of RGB (Red+Green+Blue) = 176+200+174=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C8AE is #4F3751. Grayscale: #BDBDBD. Windows color (decimal): -5191506 or 11454640. OLE color: 11454640.

HSL color Cylindrical-coordinate representation of color #B0C8AE: hue angle of 115.38º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0C8AE is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB176200174-
CMYK0.1200.130.22
HSL115.38º19.12%73.33%-
HSV(B)115.38º13%78.43%-
XYZ46.253.5947.95-
YUV189.86119.05118.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 200 (78.52% from 255) = 36.36%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=32%
G=36.36%
B=31.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1762001740.1200.130.22115.3819.1273.33
HexB0C8AEC0D16731349
Octal260310256140152616323111
Binary101100001100100010101110110001101101101110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C8AE; }

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

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

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

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

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

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

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

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