#BBCBB9

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

Shades of Zanah #BBCBB9

Tints of Zanah #BBCBB9

Color information

#BBCBB9 (or 0xBBCBB9) is unknown color: approx Zanah. HEX triplet: BB, CB and B9. RGB value is (187,203,185). Sum of RGB (Red+Green+Blue) = 187+203+185=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBB9 is #443446. Grayscale: #C4C4C4. Windows color (decimal): -4469831 or 12176315. OLE color: 12176315.

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

Color convert

RGB187203185-
CMYK0.0800.090.20
HSL113.33º14.75%76.08%-
HSV(B)113.33º8.87%79.61%-
XYZ50.6156.7854.19-
YUV196.16121.7121.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=32.52%
G=35.30%
B=32.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031850.0800.090.20113.3314.7576.08
HexBBCBB98091471f4c
Octal273313271100112416117114
Binary10111011110010111011100110000100110100111000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBB9; }

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

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

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

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

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

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

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

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