Shades of Melrose #BEAEEF
Tints of Melrose #BEAEEF
RGB
CMYK
RGB Variations
Color information
#BEAEEF (or 0xBEAEEF) is known color: Melrose. HEX triplet: BE, AE and EF. RGB value is (190,174,239). Sum of RGB (Red+Green+Blue) = 190+174+239=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAEEF is #415110. Grayscale: #B9B9B9. Windows color (decimal): -4280593 or 15707838. OLE color: 15707838.
HSL color Cylindrical-coordinate representation of color #BEAEEF: hue angle of 254.77º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEAEEF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 190 | 174 | 239 | - |
CMYK | 0.21 | 0.27 | 0 | 0.06 |
HSL | 254.77º | 0.67% | 0.81% | - |
HSV(B) | 254.77º | 0.27% | 0.94% | - |
XYZ | 51.95 | 47.45 | 88.08 | - |
YUV | 186.19 | 157.8 | 130.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 174 | 239 | 0.21 | 0.27 | 0 | 0.06 | 254.77 | 0.67 | 0.81 |
Hex | BE | AE | EF | 15 | 1B | 0 | 6 | FF | 43 | 51 |
Octal | 276 | 256 | 357 | 25 | 33 | 0 | 6 | 377 | 103 | 121 |
Binary | 10111110 | 10101110 | 11101111 | 10101 | 11011 | 0 | 110 | 11111111 | 1000011 | 1010001 |
Color Harmonies of #BEAEEF
Complementary color
Monochromatic Colors of #BEAEEF
Black with #BEAEEF
Text Example
Text Example
White with #BEAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEEF; }
p { color: rgb(190,174,239); }
H1.HeaderClassName
{
color: #BEAEEF;
}
.AnyTagClassName
{
color: #BEAEEF;
}
</style>
background-color css
<style>
a { background-color: #BEAEEF; }
a { background-color: rgb(190,174,239); }
div.DivClassName
{
background-color: #BEAEEF;
}
.BgClassName
{
background-color: #BEAEEF;
}
</style>
border-color css
<style>
span { border-color: #BEAEEF; }
span { border-color: rgb(190,174,239); }
td.TdClassName
{
border-color: #BEAEEF;
}
.TagClassName
{
border-color: #BEAEEF;
}
</style>