Shades of Prelude #C8BACC
Tints of Prelude #C8BACC
RGB
CMYK
RGB Variations
Color information
#C8BACC (or 0xC8BACC) is known color: Prelude. HEX triplet: C8, BA and CC. RGB value is (200,186,204). Sum of RGB (Red+Green+Blue) = 200+186+204=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BACC is #374533. Grayscale: #C0C0C0. Windows color (decimal): -3622196 or 13417160. OLE color: 13417160.
HSL color Cylindrical-coordinate representation of color #C8BACC: hue angle of 286.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8BACC is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 186 | 204 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.2 |
| HSL | 286.67º | 0.15% | 0.76% | - |
| HSV(B) | 286.67º | 0.09% | 0.8% | - |
| XYZ | 52.28 | 51.76 | 64.36 | - |
| YUV | 192.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 204 | 0.02 | 0.09 | 0 | 0.2 | 286.67 | 0.15 | 0.76 |
| Hex | C8 | BA | CC | 2 | 9 | 0 | 14 | 11F | F | 4C |
| Octal | 310 | 272 | 314 | 2 | 11 | 0 | 24 | 437 | 17 | 114 |
| Binary | 11001000 | 10111010 | 11001100 | 10 | 1001 | 0 | 10100 | 100011111 | 1111 | 1001100 |
Color Harmonies of #C8BACC
Complementary color
Monochromatic Colors of #C8BACC
Black with #C8BACC
Text Example
Text Example
White with #C8BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BACC; }
p { color: rgb(200,186,204); }
H1.HeaderClassName
{
color: #C8BACC;
}
.AnyTagClassName
{
color: #C8BACC;
}
</style>
background-color css
<style>
a { background-color: #C8BACC; }
a { background-color: rgb(200,186,204); }
div.DivClassName
{
background-color: #C8BACC;
}
.BgClassName
{
background-color: #C8BACC;
}
</style>
border-color css
<style>
span { border-color: #C8BACC; }
span { border-color: rgb(200,186,204); }
td.TdClassName
{
border-color: #C8BACC;
}
.TagClassName
{
border-color: #C8BACC;
}
</style>