#BFBBB9

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

Shades of Pale Slate #BFBBB9

Tints of Pale Slate #BFBBB9

Color information

#BFBBB9 (or 0xBFBBB9) is unknown color: approx Pale Slate. HEX triplet: BF, BB and B9. RGB value is (191,187,185). Sum of RGB (Red+Green+Blue) = 191+187+185=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBB9 is #404446. Grayscale: #BBBBBB. Windows color (decimal): -4211783 or 12172223. OLE color: 12172223.

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

Color convert

RGB191187185-
CMYK00.020.030.25
HSL20º4.48%73.73%-
HSV(B)20º3.14%74.9%-
XYZ48.0150.1253.04-
YUV187.97126.33130.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=33.93%
G=33.21%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118718500.020.030.25204.4873.73
HexBFBBB9023191444a
Octal27727327102331244112
Binary1011111110111011101110010101111001101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBB9; }

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

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

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

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

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

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

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

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