Html Css Color HEX #BBBC9D Green Mist

📋 copy color: '#BBBC9D'

red 187 ◦ green 188 ◦ blue 157

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

Shades of Green Mist #BBBC9D

Tints of Green Mist #BBBC9D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.34%

 BLUE value IS 157 (61.72% from 255) = 29.51%

R = 35.15%
G = 35.34%
B = 29.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BBBC9D (or 0xBBBC9D) is known color: Green Mist. HEX triplet: BB, BC and 9D. RGB value is (187,188,157). Sum of RGB (Red+Green+Blue) = 187+188+157=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBC9D is #444362. Grayscale: #B8B8B8. Windows color (decimal): -4473699 or 10337467. OLE color: 10337467.

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

Color convert

RGB 187 188 157 -
CMYK 0.01 0 0.16 0.26
HSL 61.94º 0.19% 0.68% -
HSV(B) 61.94º 0.16% 0.74% -
XYZ 44.56 48.97 39 -
YUV 184.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 187 188 157 0.01 0 0.16 0.26 61.94 0.19 0.68
Hex BB BC 9D 1 0 10 1A 3E 13 44
Octal 273 274 235 1 0 20 32 76 23 104
Binary 10111011 10111100 10011101 1 0 10000 11010 111110 10011 1000100

Color Harmonies of #BBBC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC9D

Black with #BBBC9D

Text Example


Text Example

White with #BBBC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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