#BBC8BA

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

Shades of Zanah #BBC8BA

Tints of Zanah #BBC8BA

Color information

#BBC8BA (or 0xBBC8BA) is unknown color: approx Zanah. HEX triplet: BB, C8 and BA. RGB value is (187,200,186). Sum of RGB (Red+Green+Blue) = 187+200+186=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8BA is #443745. Grayscale: #C2C2C2. Windows color (decimal): -4470598 or 12241083. OLE color: 12241083.

HSL color Cylindrical-coordinate representation of color #BBC8BA: hue angle of 115.71º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC8BA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB187200186-
CMYK0.0600.070.22
HSL115.71º11.29%75.69%-
HSV(B)115.71º7%78.43%-
XYZ50.0155.4254.52-
YUV194.52123.19122.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=32.64%
G=34.90%
B=32.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001860.0600.070.22115.7111.2975.69
HexBBC8BA6071674b4c
Octal2733102726072616413114
Binary101110111100100010111010110011110110111010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8BA; }

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

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

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

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

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

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

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

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