#BBC9BA

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

Shades of Zanah #BBC9BA

Tints of Zanah #BBC9BA

Color information

#BBC9BA (or 0xBBC9BA) is unknown color: approx Zanah. HEX triplet: BB, C9 and BA. RGB value is (187,201,186). Sum of RGB (Red+Green+Blue) = 187+201+186=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9BA is #443645. Grayscale: #C3C3C3. Windows color (decimal): -4470342 or 12241339. OLE color: 12241339.

HSL color Cylindrical-coordinate representation of color #BBC9BA: hue angle of 116º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC9BA is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB187201186-
CMYK0.0700.070.21
HSL116º12.2%75.88%-
HSV(B)116º7.46%78.82%-
XYZ50.2455.8854.59-
YUV195.1122.86122.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 201 (78.91% from 255) = 35.02%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=32.58%
G=35.02%
B=32.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011860.0700.070.2111612.275.88
HexBBC9BA7071574c4c
Octal2733112727072516414114
Binary101110111100100110111010111011110101111010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9BA; }

 p { color: rgb(187,201,186); }

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

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

 a { background-color: rgb(187,201,186); }

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

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

 span { border-color: rgb(187,201,186); }

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