#BCBAB9

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

Shades of Pale Slate #BCBAB9

Tints of Pale Slate #BCBAB9

Color information

#BCBAB9 (or 0xBCBAB9) is unknown color: approx Pale Slate. HEX triplet: BC, BA and B9. RGB value is (188,186,185). Sum of RGB (Red+Green+Blue) = 188+186+185=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAB9 is #434546. Grayscale: #BABABA. Windows color (decimal): -4408647 or 12171964. OLE color: 12171964.

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

Color convert

RGB188186185-
CMYK00.010.020.26
HSL20º2.19%73.14%-
HSV(B)20º1.6%73.73%-
XYZ47.0549.3152.94-
YUV186.48127.16129.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=33.63%
G=33.27%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818618500.010.020.26202.1973.14
HexBCBAB90121A14249
Octal27427227101232242111
Binary10111100101110101011100101101101010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAB9; }

 p { color: rgb(188,186,185); }

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

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

 a { background-color: rgb(188,186,185); }

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

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

 span { border-color: rgb(188,186,185); }

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