Shades of Pale Slate #C3BCB5
Tints of Pale Slate #C3BCB5
RGB
CMYK
RGB Variations
Color information
#C3BCB5 (or 0xC3BCB5) is known color: Pale Slate. HEX triplet: C3, BC and B5. RGB value is (195,188,181). Sum of RGB (Red+Green+Blue) = 195+188+181=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCB5 is #3C434A. Grayscale: #BDBDBD. Windows color (decimal): -3949387 or 11910339. OLE color: 11910339.
HSL color Cylindrical-coordinate representation of color #C3BCB5: hue angle of 30º 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 #C3BCB5 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 188 | 181 | - |
CMYK | 0 | 0.04 | 0.07 | 0.24 |
HSL | 30º | 0.1% | 0.74% | - |
HSV(B) | 30º | 0.07% | 0.76% | - |
XYZ | 48.83 | 50.9 | 50.97 | - |
YUV | 189.3 | 123.32 | 132.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 188 | 181 | 0 | 0.04 | 0.07 | 0.24 | 30 | 0.1 | 0.74 |
Hex | C3 | BC | B5 | 0 | 4 | 7 | 18 | 1E | A | 4A |
Octal | 303 | 274 | 265 | 0 | 4 | 7 | 30 | 36 | 12 | 112 |
Binary | 11000011 | 10111100 | 10110101 | 0 | 100 | 111 | 11000 | 11110 | 1010 | 1001010 |
Color Harmonies of #C3BCB5
Complementary color
Monochromatic Colors of #C3BCB5
Black with #C3BCB5
Text Example
Text Example
White with #C3BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCB5; }
p { color: rgb(195,188,181); }
H1.HeaderClassName
{
color: #C3BCB5;
}
.AnyTagClassName
{
color: #C3BCB5;
}
</style>
background-color css
<style>
a { background-color: #C3BCB5; }
a { background-color: rgb(195,188,181); }
div.DivClassName
{
background-color: #C3BCB5;
}
.BgClassName
{
background-color: #C3BCB5;
}
</style>
border-color css
<style>
span { border-color: #C3BCB5; }
span { border-color: rgb(195,188,181); }
td.TdClassName
{
border-color: #C3BCB5;
}
.TagClassName
{
border-color: #C3BCB5;
}
</style>