Shades of Prelude #C6BAD0
Tints of Prelude #C6BAD0
RGB
CMYK
RGB Variations
Color information
#C6BAD0 (or 0xC6BAD0) is known color: Prelude. HEX triplet: C6, BA and D0. RGB value is (198,186,208). Sum of RGB (Red+Green+Blue) = 198+186+208=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BAD0 is #39452F. Grayscale: #C0C0C0. Windows color (decimal): -3753264 or 13679302. OLE color: 13679302.
HSL color Cylindrical-coordinate representation of color #C6BAD0: hue angle of 272.73º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6BAD0 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 186 | 208 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.18 |
| HSL | 272.73º | 0.19% | 0.77% | - |
| HSV(B) | 272.73º | 0.11% | 0.82% | - |
| XYZ | 52.23 | 51.68 | 66.9 | - |
| YUV | 192.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 208 | 0.05 | 0.11 | 0 | 0.18 | 272.73 | 0.19 | 0.77 |
| Hex | C6 | BA | D0 | 5 | B | 0 | 12 | 111 | 13 | 4D |
| Octal | 306 | 272 | 320 | 5 | 13 | 0 | 22 | 421 | 23 | 115 |
| Binary | 11000110 | 10111010 | 11010000 | 101 | 1011 | 0 | 10010 | 100010001 | 10011 | 1001101 |
Color Harmonies of #C6BAD0
Complementary color
Monochromatic Colors of #C6BAD0
Black with #C6BAD0
Text Example
Text Example
White with #C6BAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAD0; }
p { color: rgb(198,186,208); }
H1.HeaderClassName
{
color: #C6BAD0;
}
.AnyTagClassName
{
color: #C6BAD0;
}
</style>
background-color css
<style>
a { background-color: #C6BAD0; }
a { background-color: rgb(198,186,208); }
div.DivClassName
{
background-color: #C6BAD0;
}
.BgClassName
{
background-color: #C6BAD0;
}
</style>
border-color css
<style>
span { border-color: #C6BAD0; }
span { border-color: rgb(198,186,208); }
td.TdClassName
{
border-color: #C6BAD0;
}
.TagClassName
{
border-color: #C6BAD0;
}
</style>