Shades of Prelude #BEAEC6
Tints of Prelude #BEAEC6
RGB
CMYK
RGB Variations
Color information
#BEAEC6 (or 0xBEAEC6) is known color: Prelude. HEX triplet: BE, AE and C6. RGB value is (190,174,198). Sum of RGB (Red+Green+Blue) = 190+174+198=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 198 - color contains mainly: blue. Hex color #BEAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEC6 is #415139. Grayscale: #B5B5B5. Windows color (decimal): -4280634 or 13020862. OLE color: 13020862.
HSL color Cylindrical-coordinate representation of color #BEAEC6: hue angle of 280º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEAEC6 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 174 | 198 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.22 |
| HSL | 280º | 0.17% | 0.73% | - |
| HSV(B) | 280º | 0.12% | 0.78% | - |
| XYZ | 46.56 | 45.3 | 59.71 | - |
| YUV | 181.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 198 | 0.04 | 0.12 | 0 | 0.22 | 280 | 0.17 | 0.73 |
| Hex | BE | AE | C6 | 4 | C | 0 | 16 | 118 | 11 | 49 |
| Octal | 276 | 256 | 306 | 4 | 14 | 0 | 26 | 430 | 21 | 111 |
| Binary | 10111110 | 10101110 | 11000110 | 100 | 1100 | 0 | 10110 | 100011000 | 10001 | 1001001 |
Color Harmonies of #BEAEC6
Complementary color
Monochromatic Colors of #BEAEC6
Black with #BEAEC6
Text Example
Text Example
White with #BEAEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEC6; }
p { color: rgb(190,174,198); }
H1.HeaderClassName
{
color: #BEAEC6;
}
.AnyTagClassName
{
color: #BEAEC6;
}
</style>
background-color css
<style>
a { background-color: #BEAEC6; }
a { background-color: rgb(190,174,198); }
div.DivClassName
{
background-color: #BEAEC6;
}
.BgClassName
{
background-color: #BEAEC6;
}
</style>
border-color css
<style>
span { border-color: #BEAEC6; }
span { border-color: rgb(190,174,198); }
td.TdClassName
{
border-color: #BEAEC6;
}
.TagClassName
{
border-color: #BEAEC6;
}
</style>