Shades of Pale Slate #BEBAB7
Tints of Pale Slate #BEBAB7
RGB
CMYK
RGB Variations
Color information
#BEBAB7 (or 0xBEBAB7) is known color: 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
RGB | 190 | 186 | 183 | - |
CMYK | 0 | 0.02 | 0.04 | 0.25 |
HSL | 25.71º | 0.05% | 0.73% | - |
HSV(B) | 25.71º | 0.04% | 0.75% | - |
XYZ | 47.34 | 49.48 | 51.86 | - |
YUV | 186.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 186 | 183 | 0 | 0.02 | 0.04 | 0.25 | 25.71 | 0.05 | 0.73 |
Hex | BE | BA | B7 | 0 | 2 | 4 | 19 | 1A | 5 | 49 |
Octal | 276 | 272 | 267 | 0 | 2 | 4 | 31 | 32 | 5 | 111 |
Binary | 10111110 | 10111010 | 10110111 | 0 | 10 | 100 | 11001 | 11010 | 101 | 1001001 |
Color Harmonies of #BEBAB7
Complementary color
Monochromatic Colors of #BEBAB7
Black with #BEBAB7
Text Example
Text Example
White with #BEBAB7
Text Example
Text Example
HTML Codes & Css Web 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>