Shades of Pale Slate #C6BAB5
Tints of Pale Slate #C6BAB5
RGB
CMYK
RGB Variations
Color information
#C6BAB5 (or 0xC6BAB5) is known color: Pale Slate. HEX triplet: C6, BA and B5. RGB value is (198,186,181). Sum of RGB (Red+Green+Blue) = 198+186+181=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BAB5 is #39454A. Grayscale: #BDBDBD. Windows color (decimal): -3753291 or 11909830. OLE color: 11909830.
HSL color Cylindrical-coordinate representation of color #C6BAB5: hue angle of 17.65º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6BAB5 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 186 | 181 | - |
CMYK | 0 | 0.06 | 0.09 | 0.22 |
HSL | 17.65º | 0.13% | 0.74% | - |
HSV(B) | 17.65º | 0.09% | 0.78% | - |
XYZ | 49.19 | 50.46 | 50.86 | - |
YUV | 189.02 | 123.48 | 134.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 186 | 181 | 0 | 0.06 | 0.09 | 0.22 | 17.65 | 0.13 | 0.74 |
Hex | C6 | BA | B5 | 0 | 6 | 9 | 16 | 12 | D | 4A |
Octal | 306 | 272 | 265 | 0 | 6 | 11 | 26 | 22 | 15 | 112 |
Binary | 11000110 | 10111010 | 10110101 | 0 | 110 | 1001 | 10110 | 10010 | 1101 | 1001010 |
Color Harmonies of #C6BAB5
Complementary color
Monochromatic Colors of #C6BAB5
Black with #C6BAB5
Text Example
Text Example
White with #C6BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAB5; }
p { color: rgb(198,186,181); }
H1.HeaderClassName
{
color: #C6BAB5;
}
.AnyTagClassName
{
color: #C6BAB5;
}
</style>
background-color css
<style>
a { background-color: #C6BAB5; }
a { background-color: rgb(198,186,181); }
div.DivClassName
{
background-color: #C6BAB5;
}
.BgClassName
{
background-color: #C6BAB5;
}
</style>
border-color css
<style>
span { border-color: #C6BAB5; }
span { border-color: rgb(198,186,181); }
td.TdClassName
{
border-color: #C6BAB5;
}
.TagClassName
{
border-color: #C6BAB5;
}
</style>