Shades of Prelude #C8BCD0
Tints of Prelude #C8BCD0
RGB
CMYK
RGB Variations
Color information
#C8BCD0 (or 0xC8BCD0) is known color: Prelude. HEX triplet: C8, BC and D0. RGB value is (200,188,208). Sum of RGB (Red+Green+Blue) = 200+188+208=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCD0 is #37432F. Grayscale: #C1C1C1. Windows color (decimal): -3621680 or 13679816. OLE color: 13679816.
HSL color Cylindrical-coordinate representation of color #C8BCD0: hue angle of 276º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BCD0 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 188 | 208 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.18 |
| HSL | 276º | 0.18% | 0.78% | - |
| HSV(B) | 276º | 0.1% | 0.82% | - |
| XYZ | 53.19 | 52.8 | 67.06 | - |
| YUV | 193.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 208 | 0.04 | 0.10 | 0 | 0.18 | 276 | 0.18 | 0.78 |
| Hex | C8 | BC | D0 | 4 | A | 0 | 12 | 114 | 12 | 4E |
| Octal | 310 | 274 | 320 | 4 | 12 | 0 | 22 | 424 | 22 | 116 |
| Binary | 11001000 | 10111100 | 11010000 | 100 | 1010 | 0 | 10010 | 100010100 | 10010 | 1001110 |
Color Harmonies of #C8BCD0
Complementary color
Monochromatic Colors of #C8BCD0
Black with #C8BCD0
Text Example
Text Example
White with #C8BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCD0; }
p { color: rgb(200,188,208); }
H1.HeaderClassName
{
color: #C8BCD0;
}
.AnyTagClassName
{
color: #C8BCD0;
}
</style>
background-color css
<style>
a { background-color: #C8BCD0; }
a { background-color: rgb(200,188,208); }
div.DivClassName
{
background-color: #C8BCD0;
}
.BgClassName
{
background-color: #C8BCD0;
}
</style>
border-color css
<style>
span { border-color: #C8BCD0; }
span { border-color: rgb(200,188,208); }
td.TdClassName
{
border-color: #C8BCD0;
}
.TagClassName
{
border-color: #C8BCD0;
}
</style>