Shades of Melrose #BFB0ED
Tints of Melrose #BFB0ED
RGB
CMYK
RGB Variations
Color information
#BFB0ED (or 0xBFB0ED) is known color: Melrose. HEX triplet: BF, B0 and ED. RGB value is (191,176,237). Sum of RGB (Red+Green+Blue) = 191+176+237=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFB0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0ED is #404F12. Grayscale: #BBBBBB. Windows color (decimal): -4214547 or 15577279. OLE color: 15577279.
HSL color Cylindrical-coordinate representation of color #BFB0ED: hue angle of 254.75º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFB0ED is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 176 | 237 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.07 |
| HSL | 254.75º | 0.63% | 0.81% | - |
| HSV(B) | 254.75º | 0.26% | 0.93% | - |
| XYZ | 52.3 | 48.24 | 86.68 | - |
| YUV | 187.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 237 | 0.19 | 0.26 | 0 | 0.07 | 254.75 | 0.63 | 0.81 |
| Hex | BF | B0 | ED | 13 | 1A | 0 | 7 | FF | 3F | 51 |
| Octal | 277 | 260 | 355 | 23 | 32 | 0 | 7 | 377 | 77 | 121 |
| Binary | 10111111 | 10110000 | 11101101 | 10011 | 11010 | 0 | 111 | 11111111 | 111111 | 1010001 |
Color Harmonies of #BFB0ED
Complementary color
Monochromatic Colors of #BFB0ED
Black with #BFB0ED
Text Example
Text Example
White with #BFB0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0ED; }
p { color: rgb(191,176,237); }
H1.HeaderClassName
{
color: #BFB0ED;
}
.AnyTagClassName
{
color: #BFB0ED;
}
</style>
background-color css
<style>
a { background-color: #BFB0ED; }
a { background-color: rgb(191,176,237); }
div.DivClassName
{
background-color: #BFB0ED;
}
.BgClassName
{
background-color: #BFB0ED;
}
</style>
border-color css
<style>
span { border-color: #BFB0ED; }
span { border-color: rgb(191,176,237); }
td.TdClassName
{
border-color: #BFB0ED;
}
.TagClassName
{
border-color: #BFB0ED;
}
</style>