#BBBD9C

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

Shades of Green Mist #BBBD9C

Tints of Green Mist #BBBD9C

Color information

#BBBD9C (or 0xBBBD9C) is unknown color: approx Green Mist. HEX triplet: BB, BD and 9C. RGB value is (187,189,156). Sum of RGB (Red+Green+Blue) = 187+189+156=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD9C is #444263. Grayscale: #B8B8B8. Windows color (decimal): -4473444 or 10272187. OLE color: 10272187.

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

Color convert

RGB187189156-
CMYK0.0100.170.26
HSL63.64º20%67.65%-
HSV(B)63.64º17.46%74.12%-
XYZ44.6949.3638.62-
YUV184.64111.84129.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 189 (74.22% from 255) = 35.53%
BLUE value IS 156 (61.33% from 255) = 29.32%
R=35.15%
G=35.53%
B=29.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891560.0100.170.2663.642067.65
HexBBBD9C10111A401444
Octal27327523410213210024104
Binary1011101110111101100111001010001110101000000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD9C; }

 p { color: rgb(187,189,156); }

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

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

 a { background-color: rgb(187,189,156); }

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

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

 span { border-color: rgb(187,189,156); }

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