#BBCDB9

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

Shades of Zanah #BBCDB9

Tints of Zanah #BBCDB9

Color information

#BBCDB9 (or 0xBBCDB9) is unknown color: approx Zanah. HEX triplet: BB, CD and B9. RGB value is (187,205,185). Sum of RGB (Red+Green+Blue) = 187+205+185=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDB9 is #443246. Grayscale: #C5C5C5. Windows color (decimal): -4469319 or 12176827. OLE color: 12176827.

HSL color Cylindrical-coordinate representation of color #BBCDB9: hue angle of 114º degrees, saturation: 0.17, 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 #BBCDB9 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB187205185-
CMYK0.0900.100.20
HSL114º16.67%76.47%-
HSV(B)114º9.76%80.39%-
XYZ51.0857.7354.35-
YUV197.34121.04120.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=32.41%
G=35.53%
B=32.06%

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
Decimal1872051850.0900.100.2011416.6776.47
HexBBCDB990A1472114c
Octal273315271110122416221114
Binary101110111100110110111001100101010101001110010100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDB9; }

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

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

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

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

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

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

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

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