Shades of Prelude #C8BCCB
Tints of Prelude #C8BCCB
RGB
CMYK
RGB Variations
Color information
#C8BCCB (or 0xC8BCCB) is known color: Prelude. HEX triplet: C8, BC and CB. RGB value is (200,188,203). Sum of RGB (Red+Green+Blue) = 200+188+203=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCCB is #374334. Grayscale: #C1C1C1. Windows color (decimal): -3621685 or 13352136. OLE color: 13352136.
HSL color Cylindrical-coordinate representation of color #C8BCCB: hue angle of 288º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8BCCB is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 188 | 203 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.20 |
| HSL | 288º | 0.13% | 0.77% | - |
| HSV(B) | 288º | 0.07% | 0.8% | - |
| XYZ | 52.58 | 52.56 | 63.87 | - |
| YUV | 193.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 203 | 0.01 | 0.07 | 0 | 0.20 | 288 | 0.13 | 0.77 |
| Hex | C8 | BC | CB | 1 | 7 | 0 | 14 | 120 | D | 4D |
| Octal | 310 | 274 | 313 | 1 | 7 | 0 | 24 | 440 | 15 | 115 |
| Binary | 11001000 | 10111100 | 11001011 | 1 | 111 | 0 | 10100 | 100100000 | 1101 | 1001101 |
Color Harmonies of #C8BCCB
Complementary color
Monochromatic Colors of #C8BCCB
Black with #C8BCCB
Text Example
Text Example
White with #C8BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCCB; }
p { color: rgb(200,188,203); }
H1.HeaderClassName
{
color: #C8BCCB;
}
.AnyTagClassName
{
color: #C8BCCB;
}
</style>
background-color css
<style>
a { background-color: #C8BCCB; }
a { background-color: rgb(200,188,203); }
div.DivClassName
{
background-color: #C8BCCB;
}
.BgClassName
{
background-color: #C8BCCB;
}
</style>
border-color css
<style>
span { border-color: #C8BCCB; }
span { border-color: rgb(200,188,203); }
td.TdClassName
{
border-color: #C8BCCB;
}
.TagClassName
{
border-color: #C8BCCB;
}
</style>