Shades of Melrose #BFB5ED
Tints of Melrose #BFB5ED
RGB
CMYK
RGB Variations
Color information
#BFB5ED (or 0xBFB5ED) is known color: Melrose. HEX triplet: BF, B5 and ED. RGB value is (191,181,237). Sum of RGB (Red+Green+Blue) = 191+181+237=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5ED is #404A12. Grayscale: #BEBEBE. Windows color (decimal): -4213267 or 15578559. OLE color: 15578559.
HSL color Cylindrical-coordinate representation of color #BFB5ED: hue angle of 250.71º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFB5ED is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 181 | 237 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.07 |
| HSL | 250.71º | 0.61% | 0.82% | - |
| HSV(B) | 250.71º | 0.24% | 0.93% | - |
| XYZ | 53.3 | 50.24 | 87.01 | - |
| YUV | 190.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 237 | 0.19 | 0.24 | 0 | 0.07 | 250.71 | 0.61 | 0.82 |
| Hex | BF | B5 | ED | 13 | 18 | 0 | 7 | FB | 3D | 52 |
| Octal | 277 | 265 | 355 | 23 | 30 | 0 | 7 | 373 | 75 | 122 |
| Binary | 10111111 | 10110101 | 11101101 | 10011 | 11000 | 0 | 111 | 11111011 | 111101 | 1010010 |
Color Harmonies of #BFB5ED
Complementary color
Monochromatic Colors of #BFB5ED
Black with #BFB5ED
Text Example
Text Example
White with #BFB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5ED; }
p { color: rgb(191,181,237); }
H1.HeaderClassName
{
color: #BFB5ED;
}
.AnyTagClassName
{
color: #BFB5ED;
}
</style>
background-color css
<style>
a { background-color: #BFB5ED; }
a { background-color: rgb(191,181,237); }
div.DivClassName
{
background-color: #BFB5ED;
}
.BgClassName
{
background-color: #BFB5ED;
}
</style>
border-color css
<style>
span { border-color: #BFB5ED; }
span { border-color: rgb(191,181,237); }
td.TdClassName
{
border-color: #BFB5ED;
}
.TagClassName
{
border-color: #BFB5ED;
}
</style>