Shades of Pale Slate #C1BCB7
Tints of Pale Slate #C1BCB7
RGB
CMYK
RGB Variations
Color information
#C1BCB7 (or 0xC1BCB7) is known color: Pale Slate. HEX triplet: C1, BC and B7. RGB value is (193,188,183). Sum of RGB (Red+Green+Blue) = 193+188+183=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCB7 is #3E4348. Grayscale: #BCBCBC. Windows color (decimal): -4080457 or 12041409. OLE color: 12041409.
HSL color Cylindrical-coordinate representation of color #C1BCB7: hue angle of 30º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1BCB7 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 188 | 183 | - |
CMYK | 0 | 0.03 | 0.05 | 0.24 |
HSL | 30º | 0.07% | 0.74% | - |
HSV(B) | 30º | 0.05% | 0.76% | - |
XYZ | 48.52 | 50.72 | 52.03 | - |
YUV | 188.93 | 124.66 | 130.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 188 | 183 | 0 | 0.03 | 0.05 | 0.24 | 30 | 0.07 | 0.74 |
Hex | C1 | BC | B7 | 0 | 3 | 5 | 18 | 1E | 7 | 4A |
Octal | 301 | 274 | 267 | 0 | 3 | 5 | 30 | 36 | 7 | 112 |
Binary | 11000001 | 10111100 | 10110111 | 0 | 11 | 101 | 11000 | 11110 | 111 | 1001010 |
Color Harmonies of #C1BCB7
Complementary color
Monochromatic Colors of #C1BCB7
Black with #C1BCB7
Text Example
Text Example
White with #C1BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCB7; }
p { color: rgb(193,188,183); }
H1.HeaderClassName
{
color: #C1BCB7;
}
.AnyTagClassName
{
color: #C1BCB7;
}
</style>
background-color css
<style>
a { background-color: #C1BCB7; }
a { background-color: rgb(193,188,183); }
div.DivClassName
{
background-color: #C1BCB7;
}
.BgClassName
{
background-color: #C1BCB7;
}
</style>
border-color css
<style>
span { border-color: #C1BCB7; }
span { border-color: rgb(193,188,183); }
td.TdClassName
{
border-color: #C1BCB7;
}
.TagClassName
{
border-color: #C1BCB7;
}
</style>