#B8BFB7

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

Shades of Rainee #B8BFB7

Tints of Rainee #B8BFB7

Color information

#B8BFB7 (or 0xB8BFB7) is unknown color: approx Rainee. HEX triplet: B8, BF and B7. RGB value is (184,191,183). Sum of RGB (Red+Green+Blue) = 184+191+183=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BFB7 is #474048. Grayscale: #BCBCBC. Windows color (decimal): -4669513 or 12042168. OLE color: 12042168.

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

Color convert

RGB184191183-
CMYK0.0400.040.25
HSL112.5º5.88%73.33%-
HSV(B)112.5º4.19%74.9%-
XYZ46.9550.8752.14-
YUV187.99125.18125.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.97%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 183 (71.88% from 255) = 32.80%
R=32.97%
G=34.23%
B=32.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841911830.0400.040.25112.55.8873.33
HexB8BFB74041970649
Octal270277267404311606111
Binary10111000101111111011011110001001100111100001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BFB7; }

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

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

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

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

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

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

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

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