Html Css Color HEX #BBBB9E Green Mist

📋 copy color: '#BBBB9E'

red 187 ◦ green 187 ◦ blue 158

#BBBB9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #BBBB9E

Tints of Green Mist #BBBB9E

RGB

 RED value IS 187 (73.44% from 255) = 35.15%

 GREEN value IS 187 (73.44% from 255) = 35.15%

 BLUE value IS 158 (62.11% from 255) = 29.7%

R = 35.15%
G = 35.15%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBBB9E (or 0xBBBB9E) is known color: Green Mist. HEX triplet: BB, BB and 9E. RGB value is (187,187,158). Sum of RGB (Red+Green+Blue) = 187+187+158=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB9E is #444461. Grayscale: #B7B7B7. Windows color (decimal): -4473954 or 10402747. OLE color: 10402747.

HSL color Cylindrical-coordinate representation of color #BBBB9E: hue angle of 60º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBBB9E is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 158 -
CMYK 0 0 0.16 0.27
HSL 60º 0.18% 0.68% -
HSV(B) 60º 0.16% 0.73% -
XYZ 44.44 48.57 39.38 -
YUV 183.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 187 187 158 0 0 0.16 0.27 60 0.18 0.68
Hex BB BB 9E 0 0 10 1B 3C 12 44
Octal 273 273 236 0 0 20 33 74 22 104
Binary 10111011 10111011 10011110 0 0 10000 11011 111100 10010 1000100

Color Harmonies of #BBBB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB9E

Black with #BBBB9E

Text Example


Text Example

White with #BBBB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB9E; }

 p { color: rgb(187,187,158); }

 H1.HeaderClassName
 {
   color: #BBBB9E;
 }
 .AnyTagClassName
 {
   color: #BBBB9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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