Shades of Pale Slate #C1BFBD
Tints of Pale Slate #C1BFBD
RGB
CMYK
RGB Variations
Color information
#C1BFBD (or 0xC1BFBD) is known color: Pale Slate. HEX triplet: C1, BF and BD. RGB value is (193,191,189). Sum of RGB (Red+Green+Blue) = 193+191+189=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFBD is #3E4042. Grayscale: #BFBFBF. Windows color (decimal): -4079683 or 12435393. OLE color: 12435393.
HSL color Cylindrical-coordinate representation of color #C1BFBD: hue angle of 30º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C1BFBD is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 189 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.24 |
| HSL | 30º | 0.03% | 0.75% | - |
| HSV(B) | 30º | 0.02% | 0.76% | - |
| XYZ | 49.81 | 52.27 | 55.61 | - |
| YUV | 191.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 189 | 0 | 0.01 | 0.02 | 0.24 | 30 | 0.03 | 0.75 |
| Hex | C1 | BF | BD | 0 | 1 | 2 | 18 | 1E | 3 | 4B |
| Octal | 301 | 277 | 275 | 0 | 1 | 2 | 30 | 36 | 3 | 113 |
| Binary | 11000001 | 10111111 | 10111101 | 0 | 1 | 10 | 11000 | 11110 | 11 | 1001011 |
Color Harmonies of #C1BFBD
Complementary color
Monochromatic Colors of #C1BFBD
Black with #C1BFBD
Text Example
Text Example
White with #C1BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFBD; }
p { color: rgb(193,191,189); }
H1.HeaderClassName
{
color: #C1BFBD;
}
.AnyTagClassName
{
color: #C1BFBD;
}
</style>
background-color css
<style>
a { background-color: #C1BFBD; }
a { background-color: rgb(193,191,189); }
div.DivClassName
{
background-color: #C1BFBD;
}
.BgClassName
{
background-color: #C1BFBD;
}
</style>
border-color css
<style>
span { border-color: #C1BFBD; }
span { border-color: rgb(193,191,189); }
td.TdClassName
{
border-color: #C1BFBD;
}
.TagClassName
{
border-color: #C1BFBD;
}
</style>