#BFB9B6

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

Shades of Pale Slate #BFB9B6

Tints of Pale Slate #BFB9B6

Color information

#BFB9B6 (or 0xBFB9B6) is unknown color: approx Pale Slate. HEX triplet: BF, B9 and B6. RGB value is (191,185,182). Sum of RGB (Red+Green+Blue) = 191+185+182=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9B6 is #404649. Grayscale: #BABABA. Windows color (decimal): -4212298 or 11975103. OLE color: 11975103.

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

Color convert

RGB191185182-
CMYK00.030.050.25
HSL20º6.57%73.14%-
HSV(B)20º4.71%74.9%-
XYZ47.2849.1551.25-
YUV186.45125.49131.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 182 (71.48% from 255) = 32.62%
R=34.23%
G=33.15%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118518200.030.050.25206.5773.14
HexBFB9B60351914749
Octal27727126603531247111
Binary10111111101110011011011001110111001101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9B6; }

 p { color: rgb(191,185,182); }

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

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

 a { background-color: rgb(191,185,182); }

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

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

 span { border-color: rgb(191,185,182); }

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