Html Css Color HEX #BBBF9C Green Mist

📋 copy color: '#BBBF9C'

red 187 ◦ green 191 ◦ blue 156

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

Shades of Green Mist #BBBF9C

Tints of Green Mist #BBBF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 35.77%

 BLUE value IS 156 (61.33% from 255) = 29.21%

R = 35.02%
G = 35.77%
B = 29.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BBBF9C (or 0xBBBF9C) is known color: Green Mist. HEX triplet: BB, BF and 9C. RGB value is (187,191,156). Sum of RGB (Red+Green+Blue) = 187+191+156=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF9C is #444063. Grayscale: #B9B9B9. Windows color (decimal): -4472932 or 10272699. OLE color: 10272699.

HSL color Cylindrical-coordinate representation of color #BBBF9C: hue angle of 66.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBBF9C is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 191 156 -
CMYK 0.02 0 0.18 0.25
HSL 66.86º 0.21% 0.68% -
HSV(B) 66.86º 0.18% 0.75% -
XYZ 45.13 50.23 38.77 -
YUV 185.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 187 191 156 0.02 0 0.18 0.25 66.86 0.21 0.68
Hex BB BF 9C 2 0 12 19 43 15 44
Octal 273 277 234 2 0 22 31 103 25 104
Binary 10111011 10111111 10011100 10 0 10010 11001 1000011 10101 1000100

Color Harmonies of #BBBF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBF9C

Black with #BBBF9C

Text Example


Text Example

White with #BBBF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBF9C; }

 p { color: rgb(187,191,156); }

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

background-color css

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

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

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

border-color css

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

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

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