Shades of Prelude #C9BECC
Tints of Prelude #C9BECC
RGB
CMYK
RGB Variations
Color information
#C9BECC (or 0xC9BECC) is known color: Prelude. HEX triplet: C9, BE and CC. RGB value is (201,190,204). Sum of RGB (Red+Green+Blue) = 201+190+204=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BECC is #364133. Grayscale: #C2C2C2. Windows color (decimal): -3555636 or 13418185. OLE color: 13418185.
HSL color Cylindrical-coordinate representation of color #C9BECC: hue angle of 287.14º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BECC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 201 | 190 | 204 | - |
CMYK | 0.01 | 0.07 | 0 | 0.2 |
HSL | 287.14º | 0.12% | 0.77% | - |
HSV(B) | 287.14º | 0.07% | 0.8% | - |
XYZ | 53.4 | 53.6 | 64.66 | - |
YUV | 194.89 | 133.14 | 132.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 190 | 204 | 0.01 | 0.07 | 0 | 0.2 | 287.14 | 0.12 | 0.77 |
Hex | C9 | BE | CC | 1 | 7 | 0 | 14 | 11F | C | 4D |
Octal | 311 | 276 | 314 | 1 | 7 | 0 | 24 | 437 | 14 | 115 |
Binary | 11001001 | 10111110 | 11001100 | 1 | 111 | 0 | 10100 | 100011111 | 1100 | 1001101 |
Color Harmonies of #C9BECC
Complementary color
Monochromatic Colors of #C9BECC
Black with #C9BECC
Text Example
Text Example
White with #C9BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BECC; }
p { color: rgb(201,190,204); }
H1.HeaderClassName
{
color: #C9BECC;
}
.AnyTagClassName
{
color: #C9BECC;
}
</style>
background-color css
<style>
a { background-color: #C9BECC; }
a { background-color: rgb(201,190,204); }
div.DivClassName
{
background-color: #C9BECC;
}
.BgClassName
{
background-color: #C9BECC;
}
</style>
border-color css
<style>
span { border-color: #C9BECC; }
span { border-color: rgb(201,190,204); }
td.TdClassName
{
border-color: #C9BECC;
}
.TagClassName
{
border-color: #C9BECC;
}
</style>