Shades of Prelude #C6BBCD
Tints of Prelude #C6BBCD
RGB
CMYK
RGB Variations
Color information
#C6BBCD (or 0xC6BBCD) is known color: Prelude. HEX triplet: C6, BB and CD. RGB value is (198,187,205). Sum of RGB (Red+Green+Blue) = 198+187+205=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBCD is #394432. Grayscale: #C0C0C0. Windows color (decimal): -3753011 or 13482950. OLE color: 13482950.
HSL color Cylindrical-coordinate representation of color #C6BBCD: hue angle of 276.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6BBCD is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 187 | 205 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.20 |
| HSL | 276.67º | 0.15% | 0.77% | - |
| HSV(B) | 276.67º | 0.09% | 0.8% | - |
| XYZ | 52.08 | 51.95 | 65.04 | - |
| YUV | 192.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 205 | 0.03 | 0.09 | 0 | 0.20 | 276.67 | 0.15 | 0.77 |
| Hex | C6 | BB | CD | 3 | 9 | 0 | 14 | 115 | F | 4D |
| Octal | 306 | 273 | 315 | 3 | 11 | 0 | 24 | 425 | 17 | 115 |
| Binary | 11000110 | 10111011 | 11001101 | 11 | 1001 | 0 | 10100 | 100010101 | 1111 | 1001101 |
Color Harmonies of #C6BBCD
Complementary color
Monochromatic Colors of #C6BBCD
Black with #C6BBCD
Text Example
Text Example
White with #C6BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBCD; }
p { color: rgb(198,187,205); }
H1.HeaderClassName
{
color: #C6BBCD;
}
.AnyTagClassName
{
color: #C6BBCD;
}
</style>
background-color css
<style>
a { background-color: #C6BBCD; }
a { background-color: rgb(198,187,205); }
div.DivClassName
{
background-color: #C6BBCD;
}
.BgClassName
{
background-color: #C6BBCD;
}
</style>
border-color css
<style>
span { border-color: #C6BBCD; }
span { border-color: rgb(198,187,205); }
td.TdClassName
{
border-color: #C6BBCD;
}
.TagClassName
{
border-color: #C6BBCD;
}
</style>