#B0CEAD

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

Shades of Zanah #B0CEAD

Tints of Zanah #B0CEAD

Color information

#B0CEAD (or 0xB0CEAD) is unknown color: approx Zanah. HEX triplet: B0, CE and AD. RGB value is (176,206,173). Sum of RGB (Red+Green+Blue) = 176+206+173=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CEAD is #4F3152. Grayscale: #C1C1C1. Windows color (decimal): -5189971 or 11390640. OLE color: 11390640.

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

Color convert

RGB176206173-
CMYK0.1500.160.19
HSL114.55º25.19%74.31%-
HSV(B)114.55º16.02%80.78%-
XYZ47.5256.3947.91-
YUV193.27116.56115.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=31.71%
G=37.12%
B=31.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762061730.1500.160.19114.5525.1974.31
HexB0CEADF0101373194a
Octal260316255170202316331112
Binary1011000011001110101011011111010000100111110011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEAD; }

 p { color: rgb(176,206,173); }

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

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

 a { background-color: rgb(176,206,173); }

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

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

 span { border-color: rgb(176,206,173); }

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