Shades of Pale Slate #C3BCB7
Tints of Pale Slate #C3BCB7
RGB
CMYK
RGB Variations
Color information
#C3BCB7 (or 0xC3BCB7) is known color: Pale Slate. HEX triplet: C3, BC and B7. RGB value is (195,188,183). Sum of RGB (Red+Green+Blue) = 195+188+183=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCB7 is #3C4348. Grayscale: #BDBDBD. Windows color (decimal): -3949385 or 12041411. OLE color: 12041411.
HSL color Cylindrical-coordinate representation of color #C3BCB7: hue angle of 25º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3BCB7 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 183 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.24 |
| HSL | 25º | 0.09% | 0.74% | - |
| HSV(B) | 25º | 0.06% | 0.76% | - |
| XYZ | 49.04 | 50.99 | 52.06 | - |
| YUV | 189.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 183 | 0 | 0.04 | 0.06 | 0.24 | 25 | 0.09 | 0.74 |
| Hex | C3 | BC | B7 | 0 | 4 | 6 | 18 | 19 | 9 | 4A |
| Octal | 303 | 274 | 267 | 0 | 4 | 6 | 30 | 31 | 11 | 112 |
| Binary | 11000011 | 10111100 | 10110111 | 0 | 100 | 110 | 11000 | 11001 | 1001 | 1001010 |
Color Harmonies of #C3BCB7
Complementary color
Monochromatic Colors of #C3BCB7
Black with #C3BCB7
Text Example
Text Example
White with #C3BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCB7; }
p { color: rgb(195,188,183); }
H1.HeaderClassName
{
color: #C3BCB7;
}
.AnyTagClassName
{
color: #C3BCB7;
}
</style>
background-color css
<style>
a { background-color: #C3BCB7; }
a { background-color: rgb(195,188,183); }
div.DivClassName
{
background-color: #C3BCB7;
}
.BgClassName
{
background-color: #C3BCB7;
}
</style>
border-color css
<style>
span { border-color: #C3BCB7; }
span { border-color: rgb(195,188,183); }
td.TdClassName
{
border-color: #C3BCB7;
}
.TagClassName
{
border-color: #C3BCB7;
}
</style>