Shades of Prelude #C8BECA
Tints of Prelude #C8BECA
RGB
CMYK
RGB Variations
Color information
#C8BECA (or 0xC8BECA) is known color: Prelude. HEX triplet: C8, BE and CA. RGB value is (200,190,202). Sum of RGB (Red+Green+Blue) = 200+190+202=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BECA is #374135. Grayscale: #C2C2C2. Windows color (decimal): -3621174 or 13287112. OLE color: 13287112.
HSL color Cylindrical-coordinate representation of color #C8BECA: hue angle of 290º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BECA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 190 | 202 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.21 |
| HSL | 290º | 0.1% | 0.77% | - |
| HSV(B) | 290º | 0.06% | 0.79% | - |
| XYZ | 52.89 | 53.37 | 63.39 | - |
| YUV | 194.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 202 | 0.01 | 0.06 | 0 | 0.21 | 290 | 0.1 | 0.77 |
| Hex | C8 | BE | CA | 1 | 6 | 0 | 15 | 122 | A | 4D |
| Octal | 310 | 276 | 312 | 1 | 6 | 0 | 25 | 442 | 12 | 115 |
| Binary | 11001000 | 10111110 | 11001010 | 1 | 110 | 0 | 10101 | 100100010 | 1010 | 1001101 |
Color Harmonies of #C8BECA
Complementary color
Monochromatic Colors of #C8BECA
Black with #C8BECA
Text Example
Text Example
White with #C8BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BECA; }
p { color: rgb(200,190,202); }
H1.HeaderClassName
{
color: #C8BECA;
}
.AnyTagClassName
{
color: #C8BECA;
}
</style>
background-color css
<style>
a { background-color: #C8BECA; }
a { background-color: rgb(200,190,202); }
div.DivClassName
{
background-color: #C8BECA;
}
.BgClassName
{
background-color: #C8BECA;
}
</style>
border-color css
<style>
span { border-color: #C8BECA; }
span { border-color: rgb(200,190,202); }
td.TdClassName
{
border-color: #C8BECA;
}
.TagClassName
{
border-color: #C8BECA;
}
</style>