Shades of Prelude #BEADC6
Tints of Prelude #BEADC6
RGB
CMYK
RGB Variations
Color information
#BEADC6 (or 0xBEADC6) is known color: Prelude. HEX triplet: BE, AD and C6. RGB value is (190,173,198). Sum of RGB (Red+Green+Blue) = 190+173+198=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 198 - color contains mainly: blue. Hex color #BEADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADC6 is #415239. Grayscale: #B4B4B4. Windows color (decimal): -4280890 or 13020606. OLE color: 13020606.
HSL color Cylindrical-coordinate representation of color #BEADC6: hue angle of 280.8º degrees, saturation: 0.18, 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 #BEADC6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 173 | 198 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.22 |
| HSL | 280.8º | 0.18% | 0.73% | - |
| HSV(B) | 280.8º | 0.13% | 0.78% | - |
| XYZ | 46.37 | 44.91 | 59.65 | - |
| YUV | 180.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 198 | 0.04 | 0.13 | 0 | 0.22 | 280.8 | 0.18 | 0.73 |
| Hex | BE | AD | C6 | 4 | D | 0 | 16 | 119 | 12 | 49 |
| Octal | 276 | 255 | 306 | 4 | 15 | 0 | 26 | 431 | 22 | 111 |
| Binary | 10111110 | 10101101 | 11000110 | 100 | 1101 | 0 | 10110 | 100011001 | 10010 | 1001001 |
Color Harmonies of #BEADC6
Complementary color
Monochromatic Colors of #BEADC6
Black with #BEADC6
Text Example
Text Example
White with #BEADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEADC6; }
p { color: rgb(190,173,198); }
H1.HeaderClassName
{
color: #BEADC6;
}
.AnyTagClassName
{
color: #BEADC6;
}
</style>
background-color css
<style>
a { background-color: #BEADC6; }
a { background-color: rgb(190,173,198); }
div.DivClassName
{
background-color: #BEADC6;
}
.BgClassName
{
background-color: #BEADC6;
}
</style>
border-color css
<style>
span { border-color: #BEADC6; }
span { border-color: rgb(190,173,198); }
td.TdClassName
{
border-color: #BEADC6;
}
.TagClassName
{
border-color: #BEADC6;
}
</style>