#BBBCA0

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

Shades of Green Mist #BBBCA0

Tints of Green Mist #BBBCA0

Color information

#BBBCA0 (or 0xBBBCA0) is unknown color: approx Green Mist. HEX triplet: BB, BC and A0. RGB value is (187,188,160). Sum of RGB (Red+Green+Blue) = 187+188+160=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBCA0 is #44435F. Grayscale: #B8B8B8. Windows color (decimal): -4473696 or 10534075. OLE color: 10534075.

HSL color Cylindrical-coordinate representation of color #BBBCA0: hue angle of 62.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBCA0 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB187188160-
CMYK0.0100.150.26
HSL62.14º17.28%68.24%-
HSV(B)62.14º14.89%73.73%-
XYZ44.8249.0740.37-
YUV184.51114.17129.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 160 (62.89% from 255) = 29.91%
R=34.95%
G=35.14%
B=29.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871881600.0100.150.2662.1417.2868.24
HexBBBCA010F1A3e1144
Octal2732742401017327621104
Binary10111011101111001010000010111111010111110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCA0; }

 p { color: rgb(187,188,160); }

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

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

 a { background-color: rgb(187,188,160); }

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

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

 span { border-color: rgb(187,188,160); }

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