Shades of Pale Slate #C8BCB4
Tints of Pale Slate #C8BCB4
RGB
CMYK
RGB Variations
Color information
#C8BCB4 (or 0xC8BCB4) is known color: Pale Slate. HEX triplet: C8, BC and B4. RGB value is (200,188,180). Sum of RGB (Red+Green+Blue) = 200+188+180=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCB4 is #37434B. Grayscale: #BEBEBE. Windows color (decimal): -3621708 or 11844808. OLE color: 11844808.
HSL color Cylindrical-coordinate representation of color #C8BCB4: hue angle of 24º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BCB4 is Cyan = 0, Magento = 0.06, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 180 | - |
| CMYK | 0 | 0.06 | 0.1 | 0.22 |
| HSL | 24º | 0.15% | 0.75% | - |
| HSV(B) | 24º | 0.1% | 0.78% | - |
| XYZ | 50.04 | 51.54 | 50.49 | - |
| YUV | 190.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 180 | 0 | 0.06 | 0.1 | 0.22 | 24 | 0.15 | 0.75 |
| Hex | C8 | BC | B4 | 0 | 6 | A | 16 | 18 | F | 4B |
| Octal | 310 | 274 | 264 | 0 | 6 | 12 | 26 | 30 | 17 | 113 |
| Binary | 11001000 | 10111100 | 10110100 | 0 | 110 | 1010 | 10110 | 11000 | 1111 | 1001011 |
Color Harmonies of #C8BCB4
Complementary color
Monochromatic Colors of #C8BCB4
Black with #C8BCB4
Text Example
Text Example
White with #C8BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCB4; }
p { color: rgb(200,188,180); }
H1.HeaderClassName
{
color: #C8BCB4;
}
.AnyTagClassName
{
color: #C8BCB4;
}
</style>
background-color css
<style>
a { background-color: #C8BCB4; }
a { background-color: rgb(200,188,180); }
div.DivClassName
{
background-color: #C8BCB4;
}
.BgClassName
{
background-color: #C8BCB4;
}
</style>
border-color css
<style>
span { border-color: #C8BCB4; }
span { border-color: rgb(200,188,180); }
td.TdClassName
{
border-color: #C8BCB4;
}
.TagClassName
{
border-color: #C8BCB4;
}
</style>