Shades of Prelude #C6BCCB
Tints of Prelude #C6BCCB
RGB
CMYK
RGB Variations
Color information
#C6BCCB (or 0xC6BCCB) is known color: Prelude. HEX triplet: C6, BC and CB. RGB value is (198,188,203). Sum of RGB (Red+Green+Blue) = 198+188+203=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 188 (73.83% from 255 or 31.92% 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 #C6BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCCB is #394334. Grayscale: #C0C0C0. Windows color (decimal): -3752757 or 13352134. OLE color: 13352134.
HSL color Cylindrical-coordinate representation of color #C6BCCB: hue angle of 280º 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 #C6BCCB is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 188 | 203 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.20 |
| HSL | 280º | 0.13% | 0.77% | - |
| HSV(B) | 280º | 0.07% | 0.8% | - |
| XYZ | 52.05 | 52.28 | 63.85 | - |
| YUV | 192.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 203 | 0.02 | 0.07 | 0 | 0.20 | 280 | 0.13 | 0.77 |
| Hex | C6 | BC | CB | 2 | 7 | 0 | 14 | 118 | D | 4D |
| Octal | 306 | 274 | 313 | 2 | 7 | 0 | 24 | 430 | 15 | 115 |
| Binary | 11000110 | 10111100 | 11001011 | 10 | 111 | 0 | 10100 | 100011000 | 1101 | 1001101 |
Color Harmonies of #C6BCCB
Complementary color
Monochromatic Colors of #C6BCCB
Black with #C6BCCB
Text Example
Text Example
White with #C6BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCCB; }
p { color: rgb(198,188,203); }
H1.HeaderClassName
{
color: #C6BCCB;
}
.AnyTagClassName
{
color: #C6BCCB;
}
</style>
background-color css
<style>
a { background-color: #C6BCCB; }
a { background-color: rgb(198,188,203); }
div.DivClassName
{
background-color: #C6BCCB;
}
.BgClassName
{
background-color: #C6BCCB;
}
</style>
border-color css
<style>
span { border-color: #C6BCCB; }
span { border-color: rgb(198,188,203); }
td.TdClassName
{
border-color: #C6BCCB;
}
.TagClassName
{
border-color: #C6BCCB;
}
</style>