Shades of Pale Slate #BEBAB8
Tints of Pale Slate #BEBAB8
RGB
CMYK
RGB Variations
Color information
#BEBAB8 (or 0xBEBAB8) is known color: 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
RGB | 190 | 186 | 184 | - |
CMYK | 0 | 0.02 | 0.03 | 0.25 |
HSL | 20º | 0.04% | 0.73% | - |
HSV(B) | 20º | 0.03% | 0.75% | - |
XYZ | 47.45 | 49.53 | 52.41 | - |
YUV | 186.97 | 126.33 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 186 | 184 | 0 | 0.02 | 0.03 | 0.25 | 20 | 0.04 | 0.73 |
Hex | BE | BA | B8 | 0 | 2 | 3 | 19 | 14 | 4 | 49 |
Octal | 276 | 272 | 270 | 0 | 2 | 3 | 31 | 24 | 4 | 111 |
Binary | 10111110 | 10111010 | 10111000 | 0 | 10 | 11 | 11001 | 10100 | 100 | 1001001 |
Color Harmonies of #BEBAB8
Complementary color
Monochromatic Colors of #BEBAB8
Black with #BEBAB8
Text Example
Text Example
White with #BEBAB8
Text Example
Text Example
HTML Codes & Css Web 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>