Html Css Color HEX #BBBD9B Green Mist

📋 copy color: '#BBBD9B'

red 187 ◦ green 189 ◦ blue 155

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

Shades of Green Mist #BBBD9B

Tints of Green Mist #BBBD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.19%

R = 35.22%
G = 35.59%
B = 29.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BBBD9B (or 0xBBBD9B) is known color: Green Mist. HEX triplet: BB, BD and 9B. RGB value is (187,189,155). Sum of RGB (Red+Green+Blue) = 187+189+155=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD9B is #444264. Grayscale: #B8B8B8. Windows color (decimal): -4473445 or 10206651. OLE color: 10206651.

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

Color convert

RGB 187 189 155 -
CMYK 0.01 0 0.18 0.26
HSL 63.53º 0.2% 0.67% -
HSV(B) 63.53º 0.18% 0.74% -
XYZ 44.61 49.33 38.18 -
YUV 184.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 187 189 155 0.01 0 0.18 0.26 63.53 0.2 0.67
Hex BB BD 9B 1 0 12 1A 40 14 43
Octal 273 275 233 1 0 22 32 100 24 103
Binary 10111011 10111101 10011011 1 0 10010 11010 1000000 10100 1000011

Color Harmonies of #BBBD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD9B

Black with #BBBD9B

Text Example


Text Example

White with #BBBD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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