#B8B0BF

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

Shades of French Grey #B8B0BF

Tints of French Grey #B8B0BF

Color information

#B8B0BF (or 0xB8B0BF) is unknown color: approx French Grey. HEX triplet: B8, B0 and BF. RGB value is (184,176,191). Sum of RGB (Red+Green+Blue) = 184+176+191=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0BF is #474F40. Grayscale: #B4B4B4. Windows color (decimal): -4673345 or 12562616. OLE color: 12562616.

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

Color convert

RGB184176191-
CMYK0.040.0800.25
HSL272º10.49%71.96%-
HSV(B)272º7.85%74.9%-
XYZ44.74555.62-
YUV180.1134.15130.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.39%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 191 (75% from 255) = 34.66%
R=33.39%
G=31.94%
B=34.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841761910.040.0800.2527210.4971.96
HexB8B0BF48019110a48
Octal27026027741003142012110
Binary101110001011000010111111100100001100110001000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B0BF; }

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

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

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

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

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

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

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

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