Shades of Pale Slate #C3BFBD
Tints of Pale Slate #C3BFBD
RGB
CMYK
RGB Variations
Color information
#C3BFBD (or 0xC3BFBD) is known color: Pale Slate. HEX triplet: C3, BF and BD. RGB value is (195,191,189). Sum of RGB (Red+Green+Blue) = 195+191+189=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFBD is #3C4042. Grayscale: #BFBFBF. Windows color (decimal): -3948611 or 12435395. OLE color: 12435395.
HSL color Cylindrical-coordinate representation of color #C3BFBD: hue angle of 20º 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 #C3BFBD is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 189 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.24 |
| HSL | 20º | 0.05% | 0.75% | - |
| HSV(B) | 20º | 0.03% | 0.76% | - |
| XYZ | 50.32 | 52.54 | 55.63 | - |
| YUV | 191.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 189 | 0 | 0.02 | 0.03 | 0.24 | 20 | 0.05 | 0.75 |
| Hex | C3 | BF | BD | 0 | 2 | 3 | 18 | 14 | 5 | 4B |
| Octal | 303 | 277 | 275 | 0 | 2 | 3 | 30 | 24 | 5 | 113 |
| Binary | 11000011 | 10111111 | 10111101 | 0 | 10 | 11 | 11000 | 10100 | 101 | 1001011 |
Color Harmonies of #C3BFBD
Complementary color
Monochromatic Colors of #C3BFBD
Black with #C3BFBD
Text Example
Text Example
White with #C3BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFBD; }
p { color: rgb(195,191,189); }
H1.HeaderClassName
{
color: #C3BFBD;
}
.AnyTagClassName
{
color: #C3BFBD;
}
</style>
background-color css
<style>
a { background-color: #C3BFBD; }
a { background-color: rgb(195,191,189); }
div.DivClassName
{
background-color: #C3BFBD;
}
.BgClassName
{
background-color: #C3BFBD;
}
</style>
border-color css
<style>
span { border-color: #C3BFBD; }
span { border-color: rgb(195,191,189); }
td.TdClassName
{
border-color: #C3BFBD;
}
.TagClassName
{
border-color: #C3BFBD;
}
</style>