Shades of Prelude #C6BBCE
Tints of Prelude #C6BBCE
RGB
CMYK
RGB Variations
Color information
#C6BBCE (or 0xC6BBCE) is known color: Prelude. HEX triplet: C6, BB and CE. RGB value is (198,187,206). Sum of RGB (Red+Green+Blue) = 198+187+206=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBCE is #394431. Grayscale: #C0C0C0. Windows color (decimal): -3753010 or 13548486. OLE color: 13548486.
HSL color Cylindrical-coordinate representation of color #C6BBCE: hue angle of 274.74º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6BBCE is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 187 | 206 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.19 |
| HSL | 274.74º | 0.16% | 0.77% | - |
| HSV(B) | 274.74º | 0.09% | 0.81% | - |
| XYZ | 52.2 | 52 | 65.68 | - |
| YUV | 192.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 206 | 0.04 | 0.09 | 0 | 0.19 | 274.74 | 0.16 | 0.77 |
| Hex | C6 | BB | CE | 4 | 9 | 0 | 13 | 113 | 10 | 4D |
| Octal | 306 | 273 | 316 | 4 | 11 | 0 | 23 | 423 | 20 | 115 |
| Binary | 11000110 | 10111011 | 11001110 | 100 | 1001 | 0 | 10011 | 100010011 | 10000 | 1001101 |
Color Harmonies of #C6BBCE
Complementary color
Monochromatic Colors of #C6BBCE
Black with #C6BBCE
Text Example
Text Example
White with #C6BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBCE; }
p { color: rgb(198,187,206); }
H1.HeaderClassName
{
color: #C6BBCE;
}
.AnyTagClassName
{
color: #C6BBCE;
}
</style>
background-color css
<style>
a { background-color: #C6BBCE; }
a { background-color: rgb(198,187,206); }
div.DivClassName
{
background-color: #C6BBCE;
}
.BgClassName
{
background-color: #C6BBCE;
}
</style>
border-color css
<style>
span { border-color: #C6BBCE; }
span { border-color: rgb(198,187,206); }
td.TdClassName
{
border-color: #C6BBCE;
}
.TagClassName
{
border-color: #C6BBCE;
}
</style>