Shades of Prelude #C6BDCC
Tints of Prelude #C6BDCC
RGB
CMYK
RGB Variations
Color information
#C6BDCC (or 0xC6BDCC) is known color: Prelude. HEX triplet: C6, BD and CC. RGB value is (198,189,204). Sum of RGB (Red+Green+Blue) = 198+189+204=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDCC is #394233. Grayscale: #C1C1C1. Windows color (decimal): -3752500 or 13417926. OLE color: 13417926.
HSL color Cylindrical-coordinate representation of color #C6BDCC: hue angle of 276º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6BDCC is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 189 | 204 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.2 |
| HSL | 276º | 0.13% | 0.77% | - |
| HSV(B) | 276º | 0.07% | 0.8% | - |
| XYZ | 52.39 | 52.76 | 64.55 | - |
| YUV | 193.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 204 | 0.03 | 0.07 | 0 | 0.2 | 276 | 0.13 | 0.77 |
| Hex | C6 | BD | CC | 3 | 7 | 0 | 14 | 114 | D | 4D |
| Octal | 306 | 275 | 314 | 3 | 7 | 0 | 24 | 424 | 15 | 115 |
| Binary | 11000110 | 10111101 | 11001100 | 11 | 111 | 0 | 10100 | 100010100 | 1101 | 1001101 |
Color Harmonies of #C6BDCC
Complementary color
Monochromatic Colors of #C6BDCC
Black with #C6BDCC
Text Example
Text Example
White with #C6BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDCC; }
p { color: rgb(198,189,204); }
H1.HeaderClassName
{
color: #C6BDCC;
}
.AnyTagClassName
{
color: #C6BDCC;
}
</style>
background-color css
<style>
a { background-color: #C6BDCC; }
a { background-color: rgb(198,189,204); }
div.DivClassName
{
background-color: #C6BDCC;
}
.BgClassName
{
background-color: #C6BDCC;
}
</style>
border-color css
<style>
span { border-color: #C6BDCC; }
span { border-color: rgb(198,189,204); }
td.TdClassName
{
border-color: #C6BDCC;
}
.TagClassName
{
border-color: #C6BDCC;
}
</style>