Shades of Prelude #BEADC8
Tints of Prelude #BEADC8
RGB
CMYK
RGB Variations
Color information
#BEADC8 (or 0xBEADC8) is known color: Prelude. HEX triplet: BE, AD and C8. RGB value is (190,173,200). Sum of RGB (Red+Green+Blue) = 190+173+200=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADC8 is #415237. Grayscale: #B5B5B5. Windows color (decimal): -4280888 or 13151678. OLE color: 13151678.
HSL color Cylindrical-coordinate representation of color #BEADC8: hue angle of 277.78º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEADC8 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 173 | 200 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.22 |
| HSL | 277.78º | 0.2% | 0.73% | - |
| HSV(B) | 277.78º | 0.14% | 0.78% | - |
| XYZ | 46.6 | 45 | 60.87 | - |
| YUV | 181.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 200 | 0.05 | 0.14 | 0 | 0.22 | 277.78 | 0.2 | 0.73 |
| Hex | BE | AD | C8 | 5 | E | 0 | 16 | 116 | 14 | 49 |
| Octal | 276 | 255 | 310 | 5 | 16 | 0 | 26 | 426 | 24 | 111 |
| Binary | 10111110 | 10101101 | 11001000 | 101 | 1110 | 0 | 10110 | 100010110 | 10100 | 1001001 |
Color Harmonies of #BEADC8
Complementary color
Monochromatic Colors of #BEADC8
Black with #BEADC8
Text Example
Text Example
White with #BEADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADC8; }
p { color: rgb(190,173,200); }
H1.HeaderClassName
{
color: #BEADC8;
}
.AnyTagClassName
{
color: #BEADC8;
}
</style>
background-color css
<style>
a { background-color: #BEADC8; }
a { background-color: rgb(190,173,200); }
div.DivClassName
{
background-color: #BEADC8;
}
.BgClassName
{
background-color: #BEADC8;
}
</style>
border-color css
<style>
span { border-color: #BEADC8; }
span { border-color: rgb(190,173,200); }
td.TdClassName
{
border-color: #BEADC8;
}
.TagClassName
{
border-color: #BEADC8;
}
</style>