Shades of Melrose #BFB5F0
Tints of Melrose #BFB5F0
RGB
CMYK
RGB Variations
Color information
#BFB5F0 (or 0xBFB5F0) is known color: Melrose. HEX triplet: BF, B5 and F0. RGB value is (191,181,240). Sum of RGB (Red+Green+Blue) = 191+181+240=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFB5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5F0 is #404A0F. Grayscale: #BEBEBE. Windows color (decimal): -4213264 or 15775167. OLE color: 15775167.
HSL color Cylindrical-coordinate representation of color #BFB5F0: hue angle of 250.17º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB5F0 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 181 | 240 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.06 |
| HSL | 250.17º | 0.66% | 0.83% | - |
| HSV(B) | 250.17º | 0.25% | 0.94% | - |
| XYZ | 53.74 | 50.42 | 89.34 | - |
| YUV | 190.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 240 | 0.20 | 0.25 | 0 | 0.06 | 250.17 | 0.66 | 0.83 |
| Hex | BF | B5 | F0 | 14 | 19 | 0 | 6 | FA | 42 | 53 |
| Octal | 277 | 265 | 360 | 24 | 31 | 0 | 6 | 372 | 102 | 123 |
| Binary | 10111111 | 10110101 | 11110000 | 10100 | 11001 | 0 | 110 | 11111010 | 1000010 | 1010011 |
Color Harmonies of #BFB5F0
Complementary color
Monochromatic Colors of #BFB5F0
Black with #BFB5F0
Text Example
Text Example
White with #BFB5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5F0; }
p { color: rgb(191,181,240); }
H1.HeaderClassName
{
color: #BFB5F0;
}
.AnyTagClassName
{
color: #BFB5F0;
}
</style>
background-color css
<style>
a { background-color: #BFB5F0; }
a { background-color: rgb(191,181,240); }
div.DivClassName
{
background-color: #BFB5F0;
}
.BgClassName
{
background-color: #BFB5F0;
}
</style>
border-color css
<style>
span { border-color: #BFB5F0; }
span { border-color: rgb(191,181,240); }
td.TdClassName
{
border-color: #BFB5F0;
}
.TagClassName
{
border-color: #BFB5F0;
}
</style>