#BEBAB8

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

Shades of Pale Slate #BEBAB8

Tints of Pale Slate #BEBAB8

Color information

#BEBAB8 (or 0xBEBAB8) is unknown color: approx Pale Slate. HEX triplet: BE, BA and B8. RGB value is (190,186,184). Sum of RGB (Red+Green+Blue) = 190+186+184=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAB8 is #414547. Grayscale: #BABABA. Windows color (decimal): -4277576 or 12106430. OLE color: 12106430.

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

Color convert

RGB190186184-
CMYK00.020.030.25
HSL20º4.41%73.33%-
HSV(B)20º3.16%74.51%-
XYZ47.4549.5352.41-
YUV186.97126.33130.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=33.93%
G=33.21%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018618400.020.030.25204.4173.33
HexBEBAB80231914449
Octal27627227002331244111
Binary1011111010111010101110000101111001101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAB8; }

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

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

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

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

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

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

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

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