#BFBAB7

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

Shades of Pale Slate #BFBAB7

Tints of Pale Slate #BFBAB7

Color information

#BFBAB7 (or 0xBFBAB7) is unknown color: approx Pale Slate. HEX triplet: BF, BA and B7. RGB value is (191,186,183). Sum of RGB (Red+Green+Blue) = 191+186+183=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAB7 is #404548. Grayscale: #BBBBBB. Windows color (decimal): -4212041 or 12040895. OLE color: 12040895.

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

Color convert

RGB191186183-
CMYK00.030.040.25
HSL22.5º5.88%73.33%-
HSV(B)22.5º4.19%74.9%-
XYZ47.5949.6151.87-
YUV187.15125.66130.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=34.11%
G=33.21%
B=32.68%

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
Decimal19118618300.030.040.2522.55.8873.33
HexBFBAB70341917649
Octal27727226703431276111
Binary10111111101110101011011101110011001101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAB7; }

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

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

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

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

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

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

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

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