#BBBD9A

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

Shades of Green Mist #BBBD9A

Tints of Green Mist #BBBD9A

Color information

#BBBD9A (or 0xBBBD9A) is unknown color: approx Green Mist. HEX triplet: BB, BD and 9A. RGB value is (187,189,154). Sum of RGB (Red+Green+Blue) = 187+189+154=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD9A is #444265. Grayscale: #B8B8B8. Windows color (decimal): -4473446 or 10141115. OLE color: 10141115.

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

Color convert

RGB187189154-
CMYK0.0100.190.26
HSL63.43º20.96%67.25%-
HSV(B)63.43º18.52%74.12%-
XYZ44.5249.2937.74-
YUV184.41110.84129.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=35.28%
G=35.66%
B=29.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891540.0100.190.2663.4320.9667.25
HexBBBD9A10131A3f1543
Octal2732752321023327725103
Binary101110111011110110011010101001111010111111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD9A; }

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

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

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

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

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

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

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

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