#BEBAB7

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

Shades of Pale Slate #BEBAB7

Tints of Pale Slate #BEBAB7

Color information

#BEBAB7 (or 0xBEBAB7) is unknown color: approx Pale Slate. HEX triplet: BE, BA and B7. RGB value is (190,186,183). Sum of RGB (Red+Green+Blue) = 190+186+183=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAB7 is #414548. Grayscale: #BABABA. Windows color (decimal): -4277577 or 12040894. OLE color: 12040894.

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

Color convert

RGB190186183-
CMYK00.020.040.25
HSL25.71º5.11%73.14%-
HSV(B)25.71º3.68%74.51%-
XYZ47.3449.4851.86-
YUV186.85125.83130.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=33.99%
G=33.27%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018618300.020.040.2525.715.1173.14
HexBEBAB7024191a549
Octal27627226702431325111
Binary10111110101110101011011101010011001110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAB7; }

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

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

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

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

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

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

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

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