Shades of Melrose #B29FFE
Tints of Melrose #B29FFE
RGB
CMYK
RGB Variations
Color information
#B29FFE (or 0xB29FFE) is known color: Melrose. HEX triplet: B2, 9F and FE. RGB value is (178,159,254). Sum of RGB (Red+Green+Blue) = 178+159+254=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #B29FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29FFE is #4D6001. Grayscale: #AFAFAF. Windows color (decimal): -5070850 or 16687026. OLE color: 16687026.
HSL color Cylindrical-coordinate representation of color #B29FFE: hue angle of 252º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B29FFE is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 159 | 254 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.00 |
| HSL | 252º | 0.98% | 0.81% | - |
| HSV(B) | 252º | 0.37% | 1% | - |
| XYZ | 48.65 | 41.42 | 99.2 | - |
| YUV | 175.51 | 172.29 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 159 | 254 | 0.30 | 0.37 | 0 | 0.00 | 252 | 0.98 | 0.81 |
| Hex | B2 | 9F | FE | 1E | 25 | 0 | 0 | FC | 62 | 51 |
| Octal | 262 | 237 | 376 | 36 | 45 | 0 | 0 | 374 | 142 | 121 |
| Binary | 10110010 | 10011111 | 11111110 | 11110 | 100101 | 0 | 0 | 11111100 | 1100010 | 1010001 |
Color Harmonies of #B29FFE
Complementary color
Monochromatic Colors of #B29FFE
Black with #B29FFE
Text Example
Text Example
White with #B29FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29FFE; }
p { color: rgb(178,159,254); }
H1.HeaderClassName
{
color: #B29FFE;
}
.AnyTagClassName
{
color: #B29FFE;
}
</style>
background-color css
<style>
a { background-color: #B29FFE; }
a { background-color: rgb(178,159,254); }
div.DivClassName
{
background-color: #B29FFE;
}
.BgClassName
{
background-color: #B29FFE;
}
</style>
border-color css
<style>
span { border-color: #B29FFE; }
span { border-color: rgb(178,159,254); }
td.TdClassName
{
border-color: #B29FFE;
}
.TagClassName
{
border-color: #B29FFE;
}
</style>