Shades of Prelude #C6BFC9
Tints of Prelude #C6BFC9
RGB
CMYK
RGB Variations
Color information
#C6BFC9 (or 0xC6BFC9) is known color: Prelude. HEX triplet: C6, BF and C9. RGB value is (198,191,201). Sum of RGB (Red+Green+Blue) = 198+191+201=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 201 - color contains mainly: blue. Hex color #C6BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFC9 is #394036. Grayscale: #C2C2C2. Windows color (decimal): -3751991 or 13221830. OLE color: 13221830.
HSL color Cylindrical-coordinate representation of color #C6BFC9: hue angle of 282º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6BFC9 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 191 | 201 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.21 |
| HSL | 282º | 0.08% | 0.77% | - |
| HSV(B) | 282º | 0.05% | 0.79% | - |
| XYZ | 52.46 | 53.48 | 62.82 | - |
| YUV | 194.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 201 | 0.01 | 0.05 | 0 | 0.21 | 282 | 0.08 | 0.77 |
| Hex | C6 | BF | C9 | 1 | 5 | 0 | 15 | 11A | 8 | 4D |
| Octal | 306 | 277 | 311 | 1 | 5 | 0 | 25 | 432 | 10 | 115 |
| Binary | 11000110 | 10111111 | 11001001 | 1 | 101 | 0 | 10101 | 100011010 | 1000 | 1001101 |
Color Harmonies of #C6BFC9
Complementary color
Monochromatic Colors of #C6BFC9
Black with #C6BFC9
Text Example
Text Example
White with #C6BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFC9; }
p { color: rgb(198,191,201); }
H1.HeaderClassName
{
color: #C6BFC9;
}
.AnyTagClassName
{
color: #C6BFC9;
}
</style>
background-color css
<style>
a { background-color: #C6BFC9; }
a { background-color: rgb(198,191,201); }
div.DivClassName
{
background-color: #C6BFC9;
}
.BgClassName
{
background-color: #C6BFC9;
}
</style>
border-color css
<style>
span { border-color: #C6BFC9; }
span { border-color: rgb(198,191,201); }
td.TdClassName
{
border-color: #C6BFC9;
}
.TagClassName
{
border-color: #C6BFC9;
}
</style>