Shades of Prelude #C7BBCB
Tints of Prelude #C7BBCB
RGB
CMYK
RGB Variations
Color information
#C7BBCB (or 0xC7BBCB) is known color: Prelude. HEX triplet: C7, BB and CB. RGB value is (199,187,203). Sum of RGB (Red+Green+Blue) = 199+187+203=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBCB is #384434. Grayscale: #C0C0C0. Windows color (decimal): -3687477 or 13351879. OLE color: 13351879.
HSL color Cylindrical-coordinate representation of color #C7BBCB: hue angle of 285º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BBCB is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 187 | 203 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.20 |
| HSL | 285º | 0.13% | 0.76% | - |
| HSV(B) | 285º | 0.08% | 0.8% | - |
| XYZ | 52.1 | 51.99 | 63.79 | - |
| YUV | 192.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 203 | 0.02 | 0.08 | 0 | 0.20 | 285 | 0.13 | 0.76 |
| Hex | C7 | BB | CB | 2 | 8 | 0 | 14 | 11D | D | 4C |
| Octal | 307 | 273 | 313 | 2 | 10 | 0 | 24 | 435 | 15 | 114 |
| Binary | 11000111 | 10111011 | 11001011 | 10 | 1000 | 0 | 10100 | 100011101 | 1101 | 1001100 |
Color Harmonies of #C7BBCB
Complementary color
Monochromatic Colors of #C7BBCB
Black with #C7BBCB
Text Example
Text Example
White with #C7BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBCB; }
p { color: rgb(199,187,203); }
H1.HeaderClassName
{
color: #C7BBCB;
}
.AnyTagClassName
{
color: #C7BBCB;
}
</style>
background-color css
<style>
a { background-color: #C7BBCB; }
a { background-color: rgb(199,187,203); }
div.DivClassName
{
background-color: #C7BBCB;
}
.BgClassName
{
background-color: #C7BBCB;
}
</style>
border-color css
<style>
span { border-color: #C7BBCB; }
span { border-color: rgb(199,187,203); }
td.TdClassName
{
border-color: #C7BBCB;
}
.TagClassName
{
border-color: #C7BBCB;
}
</style>