Shades of Prelude #C9BECE
Tints of Prelude #C9BECE
RGB
CMYK
RGB Variations
Color information
#C9BECE (or 0xC9BECE) is known color: Prelude. HEX triplet: C9, BE and CE. RGB value is (201,190,206). Sum of RGB (Red+Green+Blue) = 201+190+206=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BECE is #364131. Grayscale: #C3C3C3. Windows color (decimal): -3555634 or 13549257. OLE color: 13549257.
HSL color Cylindrical-coordinate representation of color #C9BECE: hue angle of 281.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BECE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 190 | 206 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.19 |
| HSL | 281.25º | 0.14% | 0.78% | - |
| HSV(B) | 281.25º | 0.08% | 0.81% | - |
| XYZ | 53.64 | 53.7 | 65.93 | - |
| YUV | 195.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 206 | 0.02 | 0.08 | 0 | 0.19 | 281.25 | 0.14 | 0.78 |
| Hex | C9 | BE | CE | 2 | 8 | 0 | 13 | 119 | E | 4E |
| Octal | 311 | 276 | 316 | 2 | 10 | 0 | 23 | 431 | 16 | 116 |
| Binary | 11001001 | 10111110 | 11001110 | 10 | 1000 | 0 | 10011 | 100011001 | 1110 | 1001110 |
Color Harmonies of #C9BECE
Complementary color
Monochromatic Colors of #C9BECE
Black with #C9BECE
Text Example
Text Example
White with #C9BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BECE; }
p { color: rgb(201,190,206); }
H1.HeaderClassName
{
color: #C9BECE;
}
.AnyTagClassName
{
color: #C9BECE;
}
</style>
background-color css
<style>
a { background-color: #C9BECE; }
a { background-color: rgb(201,190,206); }
div.DivClassName
{
background-color: #C9BECE;
}
.BgClassName
{
background-color: #C9BECE;
}
</style>
border-color css
<style>
span { border-color: #C9BECE; }
span { border-color: rgb(201,190,206); }
td.TdClassName
{
border-color: #C9BECE;
}
.TagClassName
{
border-color: #C9BECE;
}
</style>