#BFBBB7

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

Shades of Pale Slate #BFBBB7

Tints of Pale Slate #BFBBB7

Color information

#BFBBB7 (or 0xBFBBB7) is unknown color: approx Pale Slate. HEX triplet: BF, BB and B7. RGB value is (191,187,183). Sum of RGB (Red+Green+Blue) = 191+187+183=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBB7 is #404448. Grayscale: #BBBBBB. Windows color (decimal): -4211785 or 12041151. OLE color: 12041151.

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

Color convert

RGB191187183-
CMYK00.020.040.25
HSL30º5.88%73.33%-
HSV(B)30º4.19%74.9%-
XYZ47.850.0451.94-
YUV187.74125.33130.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 183 (71.88% from 255) = 32.62%
R=34.05%
G=33.33%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118718300.020.040.25305.8873.33
HexBFBBB7024191e649
Octal27727326702431366111
Binary10111111101110111011011101010011001111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBB7; }

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

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

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

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

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

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

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

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