#BFB9B7

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

Shades of Pale Slate #BFB9B7

Tints of Pale Slate #BFB9B7

Color information

#BFB9B7 (or 0xBFB9B7) is unknown color: approx Pale Slate. HEX triplet: BF, B9 and B7. RGB value is (191,185,183). Sum of RGB (Red+Green+Blue) = 191+185+183=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9B7 is #404648. Grayscale: #BABABA. Windows color (decimal): -4212297 or 12040639. OLE color: 12040639.

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

Color convert

RGB191185183-
CMYK00.030.040.25
HSL15º5.88%73.33%-
HSV(B)15º4.19%74.9%-
XYZ47.3849.1951.8-
YUV186.57125.99131.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=34.17%
G=33.09%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118518300.030.040.25155.8873.33
HexBFB9B703419f649
Octal27727126703431176111
Binary1011111110111001101101110111001100111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9B7; }

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

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

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

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

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

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

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

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