Shades of Prelude #C6BCCA
Tints of Prelude #C6BCCA
RGB
CMYK
RGB Variations
Color information
#C6BCCA (or 0xC6BCCA) is known color: Prelude. HEX triplet: C6, BC and CA. RGB value is (198,188,202). Sum of RGB (Red+Green+Blue) = 198+188+202=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCCA is #394335. Grayscale: #C0C0C0. Windows color (decimal): -3752758 or 13286598. OLE color: 13286598.
HSL color Cylindrical-coordinate representation of color #C6BCCA: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6BCCA is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 188 | 202 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.21 |
| HSL | 282.86º | 0.12% | 0.76% | - |
| HSV(B) | 282.86º | 0.07% | 0.79% | - |
| XYZ | 51.93 | 52.24 | 63.22 | - |
| YUV | 192.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 202 | 0.02 | 0.07 | 0 | 0.21 | 282.86 | 0.12 | 0.76 |
| Hex | C6 | BC | CA | 2 | 7 | 0 | 15 | 11B | C | 4C |
| Octal | 306 | 274 | 312 | 2 | 7 | 0 | 25 | 433 | 14 | 114 |
| Binary | 11000110 | 10111100 | 11001010 | 10 | 111 | 0 | 10101 | 100011011 | 1100 | 1001100 |
Color Harmonies of #C6BCCA
Complementary color
Monochromatic Colors of #C6BCCA
Black with #C6BCCA
Text Example
Text Example
White with #C6BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCCA; }
p { color: rgb(198,188,202); }
H1.HeaderClassName
{
color: #C6BCCA;
}
.AnyTagClassName
{
color: #C6BCCA;
}
</style>
background-color css
<style>
a { background-color: #C6BCCA; }
a { background-color: rgb(198,188,202); }
div.DivClassName
{
background-color: #C6BCCA;
}
.BgClassName
{
background-color: #C6BCCA;
}
</style>
border-color css
<style>
span { border-color: #C6BCCA; }
span { border-color: rgb(198,188,202); }
td.TdClassName
{
border-color: #C6BCCA;
}
.TagClassName
{
border-color: #C6BCCA;
}
</style>