Shades of Prelude #C9BECB
Tints of Prelude #C9BECB
RGB
CMYK
RGB Variations
Color information
#C9BECB (or 0xC9BECB) is known color: Prelude. HEX triplet: C9, BE and CB. RGB value is (201,190,203). Sum of RGB (Red+Green+Blue) = 201+190+203=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BECB is #364134. Grayscale: #C2C2C2. Windows color (decimal): -3555637 or 13352649. OLE color: 13352649.
HSL color Cylindrical-coordinate representation of color #C9BECB: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BECB is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 190 | 203 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.20 |
| HSL | 290.77º | 0.11% | 0.77% | - |
| HSV(B) | 290.77º | 0.06% | 0.8% | - |
| XYZ | 53.28 | 53.56 | 64.03 | - |
| YUV | 194.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 203 | 0.01 | 0.06 | 0 | 0.20 | 290.77 | 0.11 | 0.77 |
| Hex | C9 | BE | CB | 1 | 6 | 0 | 14 | 123 | B | 4D |
| Octal | 311 | 276 | 313 | 1 | 6 | 0 | 24 | 443 | 13 | 115 |
| Binary | 11001001 | 10111110 | 11001011 | 1 | 110 | 0 | 10100 | 100100011 | 1011 | 1001101 |
Color Harmonies of #C9BECB
Complementary color
Monochromatic Colors of #C9BECB
Black with #C9BECB
Text Example
Text Example
White with #C9BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BECB; }
p { color: rgb(201,190,203); }
H1.HeaderClassName
{
color: #C9BECB;
}
.AnyTagClassName
{
color: #C9BECB;
}
</style>
background-color css
<style>
a { background-color: #C9BECB; }
a { background-color: rgb(201,190,203); }
div.DivClassName
{
background-color: #C9BECB;
}
.BgClassName
{
background-color: #C9BECB;
}
</style>
border-color css
<style>
span { border-color: #C9BECB; }
span { border-color: rgb(201,190,203); }
td.TdClassName
{
border-color: #C9BECB;
}
.TagClassName
{
border-color: #C9BECB;
}
</style>