Shades of Pale Slate #C1BEBB
Tints of Pale Slate #C1BEBB
RGB
CMYK
RGB Variations
Color information
#C1BEBB (or 0xC1BEBB) is known color: Pale Slate. HEX triplet: C1, BE and BB. RGB value is (193,190,187). Sum of RGB (Red+Green+Blue) = 193+190+187=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEBB is #3E4144. Grayscale: #BEBEBE. Windows color (decimal): -4079941 or 12304065. OLE color: 12304065.
HSL color Cylindrical-coordinate representation of color #C1BEBB: hue angle of 30º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C1BEBB is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 187 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.24 |
| HSL | 30º | 0.05% | 0.75% | - |
| HSV(B) | 30º | 0.03% | 0.76% | - |
| XYZ | 49.38 | 51.75 | 54.4 | - |
| YUV | 190.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 187 | 0 | 0.02 | 0.03 | 0.24 | 30 | 0.05 | 0.75 |
| Hex | C1 | BE | BB | 0 | 2 | 3 | 18 | 1E | 5 | 4B |
| Octal | 301 | 276 | 273 | 0 | 2 | 3 | 30 | 36 | 5 | 113 |
| Binary | 11000001 | 10111110 | 10111011 | 0 | 10 | 11 | 11000 | 11110 | 101 | 1001011 |
Color Harmonies of #C1BEBB
Complementary color
Monochromatic Colors of #C1BEBB
Black with #C1BEBB
Text Example
Text Example
White with #C1BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEBB; }
p { color: rgb(193,190,187); }
H1.HeaderClassName
{
color: #C1BEBB;
}
.AnyTagClassName
{
color: #C1BEBB;
}
</style>
background-color css
<style>
a { background-color: #C1BEBB; }
a { background-color: rgb(193,190,187); }
div.DivClassName
{
background-color: #C1BEBB;
}
.BgClassName
{
background-color: #C1BEBB;
}
</style>
border-color css
<style>
span { border-color: #C1BEBB; }
span { border-color: rgb(193,190,187); }
td.TdClassName
{
border-color: #C1BEBB;
}
.TagClassName
{
border-color: #C1BEBB;
}
</style>