Shades of Melrose #BFB1ED
Tints of Melrose #BFB1ED
RGB
CMYK
RGB Variations
Color information
#BFB1ED (or 0xBFB1ED) is known color: Melrose. HEX triplet: BF, B1 and ED. RGB value is (191,177,237). Sum of RGB (Red+Green+Blue) = 191+177+237=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFB1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB1ED is #404E12. Grayscale: #BBBBBB. Windows color (decimal): -4214291 or 15577535. OLE color: 15577535.
HSL color Cylindrical-coordinate representation of color #BFB1ED: hue angle of 254º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB1ED is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 177 | 237 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.07 |
| HSL | 254º | 0.63% | 0.81% | - |
| HSV(B) | 254º | 0.25% | 0.93% | - |
| XYZ | 52.49 | 48.64 | 86.74 | - |
| YUV | 188.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 237 | 0.19 | 0.25 | 0 | 0.07 | 254 | 0.63 | 0.81 |
| Hex | BF | B1 | ED | 13 | 19 | 0 | 7 | FE | 3E | 51 |
| Octal | 277 | 261 | 355 | 23 | 31 | 0 | 7 | 376 | 76 | 121 |
| Binary | 10111111 | 10110001 | 11101101 | 10011 | 11001 | 0 | 111 | 11111110 | 111110 | 1010001 |
Color Harmonies of #BFB1ED
Complementary color
Monochromatic Colors of #BFB1ED
Black with #BFB1ED
Text Example
Text Example
White with #BFB1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1ED; }
p { color: rgb(191,177,237); }
H1.HeaderClassName
{
color: #BFB1ED;
}
.AnyTagClassName
{
color: #BFB1ED;
}
</style>
background-color css
<style>
a { background-color: #BFB1ED; }
a { background-color: rgb(191,177,237); }
div.DivClassName
{
background-color: #BFB1ED;
}
.BgClassName
{
background-color: #BFB1ED;
}
</style>
border-color css
<style>
span { border-color: #BFB1ED; }
span { border-color: rgb(191,177,237); }
td.TdClassName
{
border-color: #BFB1ED;
}
.TagClassName
{
border-color: #BFB1ED;
}
</style>