Shades of Prelude #C8BCCA
Tints of Prelude #C8BCCA
RGB
CMYK
RGB Variations
Color information
#C8BCCA (or 0xC8BCCA) is known color: Prelude. HEX triplet: C8, BC and CA. RGB value is (200,188,202). Sum of RGB (Red+Green+Blue) = 200+188+202=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCCA is #374335. Grayscale: #C1C1C1. Windows color (decimal): -3621686 or 13286600. OLE color: 13286600.
HSL color Cylindrical-coordinate representation of color #C8BCCA: hue angle of 291.43º 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 #C8BCCA is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 188 | 202 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.21 |
| HSL | 291.43º | 0.12% | 0.76% | - |
| HSV(B) | 291.43º | 0.07% | 0.79% | - |
| XYZ | 52.46 | 52.51 | 63.25 | - |
| YUV | 193.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 202 | 0.01 | 0.07 | 0 | 0.21 | 291.43 | 0.12 | 0.76 |
| Hex | C8 | BC | CA | 1 | 7 | 0 | 15 | 123 | C | 4C |
| Octal | 310 | 274 | 312 | 1 | 7 | 0 | 25 | 443 | 14 | 114 |
| Binary | 11001000 | 10111100 | 11001010 | 1 | 111 | 0 | 10101 | 100100011 | 1100 | 1001100 |
Color Harmonies of #C8BCCA
Complementary color
Monochromatic Colors of #C8BCCA
Black with #C8BCCA
Text Example
Text Example
White with #C8BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCCA; }
p { color: rgb(200,188,202); }
H1.HeaderClassName
{
color: #C8BCCA;
}
.AnyTagClassName
{
color: #C8BCCA;
}
</style>
background-color css
<style>
a { background-color: #C8BCCA; }
a { background-color: rgb(200,188,202); }
div.DivClassName
{
background-color: #C8BCCA;
}
.BgClassName
{
background-color: #C8BCCA;
}
</style>
border-color css
<style>
span { border-color: #C8BCCA; }
span { border-color: rgb(200,188,202); }
td.TdClassName
{
border-color: #C8BCCA;
}
.TagClassName
{
border-color: #C8BCCA;
}
</style>