Shades of Melrose #BFB5E8
Tints of Melrose #BFB5E8
RGB
CMYK
RGB Variations
Color information
#BFB5E8 (or 0xBFB5E8) is known color: Melrose. HEX triplet: BF, B5 and E8. RGB value is (191,181,232). Sum of RGB (Red+Green+Blue) = 191+181+232=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFB5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5E8 is #404A17. Grayscale: #BDBDBD. Windows color (decimal): -4213272 or 15250879. OLE color: 15250879.
HSL color Cylindrical-coordinate representation of color #BFB5E8: hue angle of 251.76º 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 #BFB5E8 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 181 | 232 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.09 |
| HSL | 251.76º | 0.53% | 0.81% | - |
| HSV(B) | 251.76º | 0.22% | 0.91% | - |
| XYZ | 52.58 | 49.95 | 83.21 | - |
| YUV | 189.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 232 | 0.18 | 0.22 | 0 | 0.09 | 251.76 | 0.53 | 0.81 |
| Hex | BF | B5 | E8 | 12 | 16 | 0 | 9 | FC | 35 | 51 |
| Octal | 277 | 265 | 350 | 22 | 26 | 0 | 11 | 374 | 65 | 121 |
| Binary | 10111111 | 10110101 | 11101000 | 10010 | 10110 | 0 | 1001 | 11111100 | 110101 | 1010001 |
Color Harmonies of #BFB5E8
Complementary color
Monochromatic Colors of #BFB5E8
Black with #BFB5E8
Text Example
Text Example
White with #BFB5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5E8; }
p { color: rgb(191,181,232); }
H1.HeaderClassName
{
color: #BFB5E8;
}
.AnyTagClassName
{
color: #BFB5E8;
}
</style>
background-color css
<style>
a { background-color: #BFB5E8; }
a { background-color: rgb(191,181,232); }
div.DivClassName
{
background-color: #BFB5E8;
}
.BgClassName
{
background-color: #BFB5E8;
}
</style>
border-color css
<style>
span { border-color: #BFB5E8; }
span { border-color: rgb(191,181,232); }
td.TdClassName
{
border-color: #BFB5E8;
}
.TagClassName
{
border-color: #BFB5E8;
}
</style>