Shades of Melrose #B8A8F3
Tints of Melrose #B8A8F3
RGB
CMYK
RGB Variations
Color information
#B8A8F3 (or 0xB8A8F3) is known color: Melrose. HEX triplet: B8, A8 and F3. RGB value is (184,168,243). Sum of RGB (Red+Green+Blue) = 184+168+243=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #B8A8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A8F3 is #47570C. Grayscale: #B5B5B5. Windows color (decimal): -4675341 or 15968440. OLE color: 15968440.
HSL color Cylindrical-coordinate representation of color #B8A8F3: hue angle of 252.8º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8A8F3 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 168 | 243 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.05 |
| HSL | 252.8º | 0.76% | 0.81% | - |
| HSV(B) | 252.8º | 0.31% | 0.95% | - |
| XYZ | 49.95 | 44.67 | 90.78 | - |
| YUV | 181.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 243 | 0.24 | 0.31 | 0 | 0.05 | 252.8 | 0.76 | 0.81 |
| Hex | B8 | A8 | F3 | 18 | 1F | 0 | 5 | FD | 4C | 51 |
| Octal | 270 | 250 | 363 | 30 | 37 | 0 | 5 | 375 | 114 | 121 |
| Binary | 10111000 | 10101000 | 11110011 | 11000 | 11111 | 0 | 101 | 11111101 | 1001100 | 1010001 |
Color Harmonies of #B8A8F3
Complementary color
Monochromatic Colors of #B8A8F3
Black with #B8A8F3
Text Example
Text Example
White with #B8A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A8F3; }
p { color: rgb(184,168,243); }
H1.HeaderClassName
{
color: #B8A8F3;
}
.AnyTagClassName
{
color: #B8A8F3;
}
</style>
background-color css
<style>
a { background-color: #B8A8F3; }
a { background-color: rgb(184,168,243); }
div.DivClassName
{
background-color: #B8A8F3;
}
.BgClassName
{
background-color: #B8A8F3;
}
</style>
border-color css
<style>
span { border-color: #B8A8F3; }
span { border-color: rgb(184,168,243); }
td.TdClassName
{
border-color: #B8A8F3;
}
.TagClassName
{
border-color: #B8A8F3;
}
</style>