Shades of Pale Slate #C3BCB6
Tints of Pale Slate #C3BCB6
RGB
CMYK
RGB Variations
Color information
#C3BCB6 (or 0xC3BCB6) is known color: Pale Slate. HEX triplet: C3, BC and B6. RGB value is (195,188,182). Sum of RGB (Red+Green+Blue) = 195+188+182=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCB6 is #3C4349. Grayscale: #BDBDBD. Windows color (decimal): -3949386 or 11975875. OLE color: 11975875.
HSL color Cylindrical-coordinate representation of color #C3BCB6: hue angle of 27.69º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3BCB6 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 188 | 182 | - |
CMYK | 0 | 0.04 | 0.07 | 0.24 |
HSL | 27.69º | 0.1% | 0.74% | - |
HSV(B) | 27.69º | 0.07% | 0.76% | - |
XYZ | 48.93 | 50.95 | 51.51 | - |
YUV | 189.41 | 123.82 | 131.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 188 | 182 | 0 | 0.04 | 0.07 | 0.24 | 27.69 | 0.1 | 0.74 |
Hex | C3 | BC | B6 | 0 | 4 | 7 | 18 | 1C | A | 4A |
Octal | 303 | 274 | 266 | 0 | 4 | 7 | 30 | 34 | 12 | 112 |
Binary | 11000011 | 10111100 | 10110110 | 0 | 100 | 111 | 11000 | 11100 | 1010 | 1001010 |
Color Harmonies of #C3BCB6
Complementary color
Monochromatic Colors of #C3BCB6
Black with #C3BCB6
Text Example
Text Example
White with #C3BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCB6; }
p { color: rgb(195,188,182); }
H1.HeaderClassName
{
color: #C3BCB6;
}
.AnyTagClassName
{
color: #C3BCB6;
}
</style>
background-color css
<style>
a { background-color: #C3BCB6; }
a { background-color: rgb(195,188,182); }
div.DivClassName
{
background-color: #C3BCB6;
}
.BgClassName
{
background-color: #C3BCB6;
}
</style>
border-color css
<style>
span { border-color: #C3BCB6; }
span { border-color: rgb(195,188,182); }
td.TdClassName
{
border-color: #C3BCB6;
}
.TagClassName
{
border-color: #C3BCB6;
}
</style>