#B8BF9B

Color #B8BF9B Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #B8BF9B

Tints of Green Mist #B8BF9B

Color information

#B8BF9B (or 0xB8BF9B) is unknown color: approx Green Mist. HEX triplet: B8, BF and 9B. RGB value is (184,191,155). Sum of RGB (Red+Green+Blue) = 184+191+155=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BF9B is #474064. Grayscale: #B8B8B8. Windows color (decimal): -4669541 or 10207160. OLE color: 10207160.

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

Color convert

RGB184191155-
CMYK0.0400.190.25
HSL71.67º21.95%67.84%-
HSV(B)71.67º18.85%74.9%-
XYZ44.3149.8238.29-
YUV184.8111.18127.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.72%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=34.72%
G=36.04%
B=29.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841911550.0400.190.2571.6721.9567.84
HexB8BF9B401319481644
Octal27027723340233111026104
Binary101110001011111110011011100010011110011001000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF9B; }

 p { color: rgb(184,191,155); }

 H1.HeaderClassName
 {
   color: #B8BF9B;
 }
 .AnyTagClassName
 {
   color: #B8BF9B;
 }
</style>
background-color css

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

 a { background-color: rgb(184,191,155); }

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

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

 span { border-color: rgb(184,191,155); }

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