#BCB7B5

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

Shades of Pale Slate #BCB7B5

Tints of Pale Slate #BCB7B5

Color information

#BCB7B5 (or 0xBCB7B5) is unknown color: approx Pale Slate. HEX triplet: BC, B7 and B5. RGB value is (188,183,181). Sum of RGB (Red+Green+Blue) = 188+183+181=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7B5 is #43484A. Grayscale: #B8B8B8. Windows color (decimal): -4409419 or 11909052. OLE color: 11909052.

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

Color convert

RGB188183181-
CMYK00.030.040.26
HSL17.14º4.96%72.35%-
HSV(B)17.14º3.72%73.73%-
XYZ46.0147.8950.54-
YUV184.27126.16130.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 183 (71.88% from 255) = 33.15%
BLUE value IS 181 (71.09% from 255) = 32.79%
R=34.06%
G=33.15%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818318100.030.040.2617.144.9672.35
HexBCB7B50341A11548
Octal27426726503432215110
Binary10111100101101111011010101110011010100011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7B5; }

 p { color: rgb(188,183,181); }

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

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

 a { background-color: rgb(188,183,181); }

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

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

 span { border-color: rgb(188,183,181); }

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