#B9CBB7

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

Shades of Zanah #B9CBB7

Tints of Zanah #B9CBB7

Color information

#B9CBB7 (or 0xB9CBB7) is unknown color: approx Zanah. HEX triplet: B9, CB and B7. RGB value is (185,203,183). Sum of RGB (Red+Green+Blue) = 185+203+183=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBB7 is #463448. Grayscale: #C3C3C3. Windows color (decimal): -4600905 or 12045241. OLE color: 12045241.

HSL color Cylindrical-coordinate representation of color #B9CBB7: hue angle of 114º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CBB7 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB185203183-
CMYK0.0900.100.20
HSL114º16.13%75.69%-
HSV(B)114º9.85%79.61%-
XYZ49.9156.4553.06-
YUV195.34121.04120.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 183 (71.88% from 255) = 32.05%
R=32.40%
G=35.55%
B=32.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852031830.0900.100.2011416.1375.69
HexB9CBB790A1472104c
Octal271313267110122416220114
Binary101110011100101110110111100101010101001110010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBB7; }

 p { color: rgb(185,203,183); }

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

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

 a { background-color: rgb(185,203,183); }

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

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

 span { border-color: rgb(185,203,183); }

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