#B8BE9C

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

Shades of Green Mist #B8BE9C

Tints of Green Mist #B8BE9C

Color information

#B8BE9C (or 0xB8BE9C) is unknown color: approx Green Mist. HEX triplet: B8, BE and 9C. RGB value is (184,190,156). Sum of RGB (Red+Green+Blue) = 184+190+156=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BE9C is #474163. Grayscale: #B8B8B8. Windows color (decimal): -4669796 or 10272440. OLE color: 10272440.

HSL color Cylindrical-coordinate representation of color #B8BE9C: hue angle of 70.59º 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 #B8BE9C is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB184190156-
CMYK0.0300.180.25
HSL70.59º20.73%67.84%-
HSV(B)70.59º17.89%74.51%-
XYZ44.1849.4238.66-
YUV184.33112.01127.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.72%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 156 (61.33% from 255) = 29.43%
R=34.72%
G=35.85%
B=29.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841901560.0300.180.2570.5920.7367.84
HexB8BE9C301219471544
Octal27027623430223110725104
Binary10111000101111101001110011010010110011000111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BE9C; }

 p { color: rgb(184,190,156); }

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

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

 a { background-color: rgb(184,190,156); }

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

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

 span { border-color: rgb(184,190,156); }

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