Shades of Prelude #C8BBCC
Tints of Prelude #C8BBCC
RGB
CMYK
RGB Variations
Color information
#C8BBCC (or 0xC8BBCC) is known color: Prelude. HEX triplet: C8, BB and CC. RGB value is (200,187,204). Sum of RGB (Red+Green+Blue) = 200+187+204=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBCC is #374433. Grayscale: #C0C0C0. Windows color (decimal): -3621940 or 13417416. OLE color: 13417416.
HSL color Cylindrical-coordinate representation of color #C8BBCC: hue angle of 285.88º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8BBCC is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 187 | 204 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.2 |
| HSL | 285.88º | 0.14% | 0.77% | - |
| HSV(B) | 285.88º | 0.08% | 0.8% | - |
| XYZ | 52.49 | 52.18 | 64.43 | - |
| YUV | 192.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 204 | 0.02 | 0.08 | 0 | 0.2 | 285.88 | 0.14 | 0.77 |
| Hex | C8 | BB | CC | 2 | 8 | 0 | 14 | 11E | E | 4D |
| Octal | 310 | 273 | 314 | 2 | 10 | 0 | 24 | 436 | 16 | 115 |
| Binary | 11001000 | 10111011 | 11001100 | 10 | 1000 | 0 | 10100 | 100011110 | 1110 | 1001101 |
Color Harmonies of #C8BBCC
Complementary color
Monochromatic Colors of #C8BBCC
Black with #C8BBCC
Text Example
Text Example
White with #C8BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBCC; }
p { color: rgb(200,187,204); }
H1.HeaderClassName
{
color: #C8BBCC;
}
.AnyTagClassName
{
color: #C8BBCC;
}
</style>
background-color css
<style>
a { background-color: #C8BBCC; }
a { background-color: rgb(200,187,204); }
div.DivClassName
{
background-color: #C8BBCC;
}
.BgClassName
{
background-color: #C8BBCC;
}
</style>
border-color css
<style>
span { border-color: #C8BBCC; }
span { border-color: rgb(200,187,204); }
td.TdClassName
{
border-color: #C8BBCC;
}
.TagClassName
{
border-color: #C8BBCC;
}
</style>