Shades of Prelude #C8BFCE
Tints of Prelude #C8BFCE
RGB
CMYK
RGB Variations
Color information
#C8BFCE (or 0xC8BFCE) is known color: Prelude. HEX triplet: C8, BF and CE. RGB value is (200,191,206). Sum of RGB (Red+Green+Blue) = 200+191+206=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFCE is #374031. Grayscale: #C3C3C3. Windows color (decimal): -3620914 or 13549512. OLE color: 13549512.
HSL color Cylindrical-coordinate representation of color #C8BFCE: hue angle of 276º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8BFCE is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 191 | 206 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.19 |
| HSL | 276º | 0.13% | 0.78% | - |
| HSV(B) | 276º | 0.07% | 0.81% | - |
| XYZ | 53.59 | 54 | 65.99 | - |
| YUV | 195.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 206 | 0.03 | 0.07 | 0 | 0.19 | 276 | 0.13 | 0.78 |
| Hex | C8 | BF | CE | 3 | 7 | 0 | 13 | 114 | D | 4E |
| Octal | 310 | 277 | 316 | 3 | 7 | 0 | 23 | 424 | 15 | 116 |
| Binary | 11001000 | 10111111 | 11001110 | 11 | 111 | 0 | 10011 | 100010100 | 1101 | 1001110 |
Color Harmonies of #C8BFCE
Complementary color
Monochromatic Colors of #C8BFCE
Black with #C8BFCE
Text Example
Text Example
White with #C8BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFCE; }
p { color: rgb(200,191,206); }
H1.HeaderClassName
{
color: #C8BFCE;
}
.AnyTagClassName
{
color: #C8BFCE;
}
</style>
background-color css
<style>
a { background-color: #C8BFCE; }
a { background-color: rgb(200,191,206); }
div.DivClassName
{
background-color: #C8BFCE;
}
.BgClassName
{
background-color: #C8BFCE;
}
</style>
border-color css
<style>
span { border-color: #C8BFCE; }
span { border-color: rgb(200,191,206); }
td.TdClassName
{
border-color: #C8BFCE;
}
.TagClassName
{
border-color: #C8BFCE;
}
</style>