#BCB7B4

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

Shades of Pale Slate #BCB7B4

Tints of Pale Slate #BCB7B4

Color information

#BCB7B4 (or 0xBCB7B4) is unknown color: approx Pale Slate. HEX triplet: BC, B7 and B4. RGB value is (188,183,180). Sum of RGB (Red+Green+Blue) = 188+183+180=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7B4 is #43484B. Grayscale: #B8B8B8. Windows color (decimal): -4409420 or 11843516. OLE color: 11843516.

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

Color convert

RGB188183180-
CMYK00.030.040.26
HSL22.5º5.63%72.16%-
HSV(B)22.5º4.26%73.73%-
XYZ45.9147.8550-
YUV184.15125.66130.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 183 (71.88% from 255) = 33.21%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=34.12%
G=33.21%
B=32.67%

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
Decimal18818318000.030.040.2622.55.6372.16
HexBCB7B40341A17648
Octal27426726403432276110
Binary10111100101101111011010001110011010101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7B4; }

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

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

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

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

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

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

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

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