Shades of Melrose #BFB4E8
Tints of Melrose #BFB4E8
RGB
CMYK
RGB Variations
Color information
#BFB4E8 (or 0xBFB4E8) is known color: Melrose. HEX triplet: BF, B4 and E8. RGB value is (191,180,232). Sum of RGB (Red+Green+Blue) = 191+180+232=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFB4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4E8 is #404B17. Grayscale: #BDBDBD. Windows color (decimal): -4213528 or 15250623. OLE color: 15250623.
HSL color Cylindrical-coordinate representation of color #BFB4E8: hue angle of 252.69º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB4E8 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 180 | 232 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.09 |
| HSL | 252.69º | 0.53% | 0.81% | - |
| HSV(B) | 252.69º | 0.22% | 0.91% | - |
| XYZ | 52.37 | 49.55 | 83.15 | - |
| YUV | 189.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 232 | 0.18 | 0.22 | 0 | 0.09 | 252.69 | 0.53 | 0.81 |
| Hex | BF | B4 | E8 | 12 | 16 | 0 | 9 | FD | 35 | 51 |
| Octal | 277 | 264 | 350 | 22 | 26 | 0 | 11 | 375 | 65 | 121 |
| Binary | 10111111 | 10110100 | 11101000 | 10010 | 10110 | 0 | 1001 | 11111101 | 110101 | 1010001 |
Color Harmonies of #BFB4E8
Complementary color
Monochromatic Colors of #BFB4E8
Black with #BFB4E8
Text Example
Text Example
White with #BFB4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4E8; }
p { color: rgb(191,180,232); }
H1.HeaderClassName
{
color: #BFB4E8;
}
.AnyTagClassName
{
color: #BFB4E8;
}
</style>
background-color css
<style>
a { background-color: #BFB4E8; }
a { background-color: rgb(191,180,232); }
div.DivClassName
{
background-color: #BFB4E8;
}
.BgClassName
{
background-color: #BFB4E8;
}
</style>
border-color css
<style>
span { border-color: #BFB4E8; }
span { border-color: rgb(191,180,232); }
td.TdClassName
{
border-color: #BFB4E8;
}
.TagClassName
{
border-color: #BFB4E8;
}
</style>