Shades of Prelude #C8BDCA
Tints of Prelude #C8BDCA
RGB
CMYK
RGB Variations
Color information
#C8BDCA (or 0xC8BDCA) is known color: Prelude. HEX triplet: C8, BD and CA. RGB value is (200,189,202). Sum of RGB (Red+Green+Blue) = 200+189+202=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDCA is #374235. Grayscale: #C1C1C1. Windows color (decimal): -3621430 or 13286856. OLE color: 13286856.
HSL color Cylindrical-coordinate representation of color #C8BDCA: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BDCA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 189 | 202 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.21 |
| HSL | 290.77º | 0.11% | 0.77% | - |
| HSV(B) | 290.77º | 0.06% | 0.79% | - |
| XYZ | 52.68 | 52.94 | 63.32 | - |
| YUV | 193.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 202 | 0.01 | 0.06 | 0 | 0.21 | 290.77 | 0.11 | 0.77 |
| Hex | C8 | BD | CA | 1 | 6 | 0 | 15 | 123 | B | 4D |
| Octal | 310 | 275 | 312 | 1 | 6 | 0 | 25 | 443 | 13 | 115 |
| Binary | 11001000 | 10111101 | 11001010 | 1 | 110 | 0 | 10101 | 100100011 | 1011 | 1001101 |
Color Harmonies of #C8BDCA
Complementary color
Monochromatic Colors of #C8BDCA
Black with #C8BDCA
Text Example
Text Example
White with #C8BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDCA; }
p { color: rgb(200,189,202); }
H1.HeaderClassName
{
color: #C8BDCA;
}
.AnyTagClassName
{
color: #C8BDCA;
}
</style>
background-color css
<style>
a { background-color: #C8BDCA; }
a { background-color: rgb(200,189,202); }
div.DivClassName
{
background-color: #C8BDCA;
}
.BgClassName
{
background-color: #C8BDCA;
}
</style>
border-color css
<style>
span { border-color: #C8BDCA; }
span { border-color: rgb(200,189,202); }
td.TdClassName
{
border-color: #C8BDCA;
}
.TagClassName
{
border-color: #C8BDCA;
}
</style>