#BEB9B5

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

Shades of Pale Slate #BEB9B5

Tints of Pale Slate #BEB9B5

Color information

#BEB9B5 (or 0xBEB9B5) is unknown color: approx Pale Slate. HEX triplet: BE, B9 and B5. RGB value is (190,185,181). Sum of RGB (Red+Green+Blue) = 190+185+181=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9B5 is #41464A. Grayscale: #BABABA. Windows color (decimal): -4277835 or 11909566. OLE color: 11909566.

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

Color convert

RGB190185181-
CMYK00.030.050.25
HSL26.67º6.47%72.75%-
HSV(B)26.67º4.74%74.51%-
XYZ46.9248.9850.7-
YUV186.04125.16130.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 185 (72.66% from 255) = 33.27%
BLUE value IS 181 (71.09% from 255) = 32.55%
R=34.17%
G=33.27%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018518100.030.050.2526.676.4772.75
HexBEB9B5035191b649
Octal27627126503531336111
Binary10111110101110011011010101110111001110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9B5; }

 p { color: rgb(190,185,181); }

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

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

 a { background-color: rgb(190,185,181); }

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

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

 span { border-color: rgb(190,185,181); }

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