Shades of Pale Slate #C4BAB5
Tints of Pale Slate #C4BAB5
RGB
CMYK
RGB Variations
Color information
#C4BAB5 (or 0xC4BAB5) is known color: Pale Slate. HEX triplet: C4, BA and B5. RGB value is (196,186,181). Sum of RGB (Red+Green+Blue) = 196+186+181=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAB5 is #3B454A. Grayscale: #BCBCBC. Windows color (decimal): -3884363 or 11909828. OLE color: 11909828.
HSL color Cylindrical-coordinate representation of color #C4BAB5: hue angle of 20º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4BAB5 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 186 | 181 | - |
CMYK | 0 | 0.05 | 0.08 | 0.23 |
HSL | 20º | 0.11% | 0.74% | - |
HSV(B) | 20º | 0.08% | 0.77% | - |
XYZ | 48.66 | 50.19 | 50.84 | - |
YUV | 188.42 | 123.81 | 133.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 186 | 181 | 0 | 0.05 | 0.08 | 0.23 | 20 | 0.11 | 0.74 |
Hex | C4 | BA | B5 | 0 | 5 | 8 | 17 | 14 | B | 4A |
Octal | 304 | 272 | 265 | 0 | 5 | 10 | 27 | 24 | 13 | 112 |
Binary | 11000100 | 10111010 | 10110101 | 0 | 101 | 1000 | 10111 | 10100 | 1011 | 1001010 |
Color Harmonies of #C4BAB5
Complementary color
Monochromatic Colors of #C4BAB5
Black with #C4BAB5
Text Example
Text Example
White with #C4BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAB5; }
p { color: rgb(196,186,181); }
H1.HeaderClassName
{
color: #C4BAB5;
}
.AnyTagClassName
{
color: #C4BAB5;
}
</style>
background-color css
<style>
a { background-color: #C4BAB5; }
a { background-color: rgb(196,186,181); }
div.DivClassName
{
background-color: #C4BAB5;
}
.BgClassName
{
background-color: #C4BAB5;
}
</style>
border-color css
<style>
span { border-color: #C4BAB5; }
span { border-color: rgb(196,186,181); }
td.TdClassName
{
border-color: #C4BAB5;
}
.TagClassName
{
border-color: #C4BAB5;
}
</style>