Html Css Color HEX #BBBD9D Green Mist

📋 copy color: '#BBBD9D'

red 187 ◦ green 189 ◦ blue 157

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

Shades of Green Mist #BBBD9D

Tints of Green Mist #BBBD9D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.46%

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

R = 35.08%
G = 35.46%
B = 29.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BBBD9D (or 0xBBBD9D) is known color: Green Mist. HEX triplet: BB, BD and 9D. RGB value is (187,189,157). Sum of RGB (Red+Green+Blue) = 187+189+157=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD9D is #444262. Grayscale: #B8B8B8. Windows color (decimal): -4473443 or 10337723. OLE color: 10337723.

HSL color Cylindrical-coordinate representation of color #BBBD9D: hue angle of 63.75º 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 #BBBD9D is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 189 157 -
CMYK 0.01 0 0.17 0.26
HSL 63.75º 0.2% 0.68% -
HSV(B) 63.75º 0.17% 0.74% -
XYZ 44.78 49.39 39.07 -
YUV 184.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 187 189 157 0.01 0 0.17 0.26 63.75 0.2 0.68
Hex BB BD 9D 1 0 11 1A 40 14 44
Octal 273 275 235 1 0 21 32 100 24 104
Binary 10111011 10111101 10011101 1 0 10001 11010 1000000 10100 1000100

Color Harmonies of #BBBD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD9D

Black with #BBBD9D

Text Example


Text Example

White with #BBBD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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