#B9CEB5

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

Shades of Zanah #B9CEB5

Tints of Zanah #B9CEB5

Color information

#B9CEB5 (or 0xB9CEB5) is unknown color: approx Zanah. HEX triplet: B9, CE and B5. RGB value is (185,206,181). Sum of RGB (Red+Green+Blue) = 185+206+181=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEB5 is #46314A. Grayscale: #C4C4C4. Windows color (decimal): -4600139 or 11914937. OLE color: 11914937.

HSL color Cylindrical-coordinate representation of color #B9CEB5: hue angle of 110.4º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9CEB5 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB185206181-
CMYK0.1000.120.19
HSL110.4º20.33%75.88%-
HSV(B)110.4º12.14%80.78%-
XYZ50.4257.7952.21-
YUV196.87119.04119.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.34%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=32.34%
G=36.01%
B=31.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852061810.1000.120.19110.420.3375.88
HexB9CEB5A0C136e144c
Octal271316265120142315624114
Binary101110011100111010110101101001100100111101110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CEB5; }

 p { color: rgb(185,206,181); }

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

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

 a { background-color: rgb(185,206,181); }

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

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

 span { border-color: rgb(185,206,181); }

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