#BFBAB8

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

Shades of Pale Slate #BFBAB8

Tints of Pale Slate #BFBAB8

Color information

#BFBAB8 (or 0xBFBAB8) is unknown color: approx Pale Slate. HEX triplet: BF, BA and B8. RGB value is (191,186,184). Sum of RGB (Red+Green+Blue) = 191+186+184=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAB8 is #404547. Grayscale: #BBBBBB. Windows color (decimal): -4212040 or 12106431. OLE color: 12106431.

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

Color convert

RGB191186184-
CMYK00.030.040.25
HSL17.14º5.19%73.53%-
HSV(B)17.14º3.66%74.9%-
XYZ47.749.6552.42-
YUV187.27126.16130.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 184 (72.27% from 255) = 32.80%
R=34.05%
G=33.16%
B=32.80%

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
Decimal19118618400.030.040.2517.145.1973.53
HexBFBAB8034191154a
Octal27727227003431215112
Binary10111111101110101011100001110011001100011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAB8; }

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

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

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

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

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

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

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

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