#BEBCBA

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

Shades of Pale Slate #BEBCBA

Tints of Pale Slate #BEBCBA

Color information

#BEBCBA (or 0xBEBCBA) is unknown color: approx Pale Slate. HEX triplet: BE, BC and BA. RGB value is (190,188,186). Sum of RGB (Red+Green+Blue) = 190+188+186=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCBA is #414345. Grayscale: #BCBCBC. Windows color (decimal): -4277062 or 12238014. OLE color: 12238014.

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

Color convert

RGB190188186-
CMYK00.010.020.25
HSL30º2.99%73.73%-
HSV(B)30º2.11%74.51%-
XYZ48.0850.4653.66-
YUV188.37126.66129.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=33.69%
G=33.33%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018818600.010.020.25302.9973.73
HexBEBCBA012191e34a
Octal27627427201231363112
Binary10111110101111001011101001101100111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCBA; }

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

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

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

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

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

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

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

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