Shades of Prelude #C6BBCF
Tints of Prelude #C6BBCF
RGB
CMYK
RGB Variations
Color information
#C6BBCF (or 0xC6BBCF) is known color: Prelude. HEX triplet: C6, BB and CF. RGB value is (198,187,207). Sum of RGB (Red+Green+Blue) = 198+187+207=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBCF is #394430. Grayscale: #C0C0C0. Windows color (decimal): -3753009 or 13614022. OLE color: 13614022.
HSL color Cylindrical-coordinate representation of color #C6BBCF: hue angle of 273º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6BBCF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 187 | 207 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.19 |
| HSL | 273º | 0.17% | 0.77% | - |
| HSV(B) | 273º | 0.1% | 0.81% | - |
| XYZ | 52.32 | 52.05 | 66.32 | - |
| YUV | 192.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 207 | 0.04 | 0.10 | 0 | 0.19 | 273 | 0.17 | 0.77 |
| Hex | C6 | BB | CF | 4 | A | 0 | 13 | 111 | 11 | 4D |
| Octal | 306 | 273 | 317 | 4 | 12 | 0 | 23 | 421 | 21 | 115 |
| Binary | 11000110 | 10111011 | 11001111 | 100 | 1010 | 0 | 10011 | 100010001 | 10001 | 1001101 |
Color Harmonies of #C6BBCF
Complementary color
Monochromatic Colors of #C6BBCF
Black with #C6BBCF
Text Example
Text Example
White with #C6BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBCF; }
p { color: rgb(198,187,207); }
H1.HeaderClassName
{
color: #C6BBCF;
}
.AnyTagClassName
{
color: #C6BBCF;
}
</style>
background-color css
<style>
a { background-color: #C6BBCF; }
a { background-color: rgb(198,187,207); }
div.DivClassName
{
background-color: #C6BBCF;
}
.BgClassName
{
background-color: #C6BBCF;
}
</style>
border-color css
<style>
span { border-color: #C6BBCF; }
span { border-color: rgb(198,187,207); }
td.TdClassName
{
border-color: #C6BBCF;
}
.TagClassName
{
border-color: #C6BBCF;
}
</style>