Shades of Melrose #BFB0EA
Tints of Melrose #BFB0EA
RGB
CMYK
RGB Variations
Color information
#BFB0EA (or 0xBFB0EA) is known color: Melrose. HEX triplet: BF, B0 and EA. RGB value is (191,176,234). Sum of RGB (Red+Green+Blue) = 191+176+234=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0EA is #404F15. Grayscale: #BABABA. Windows color (decimal): -4214550 or 15380671. OLE color: 15380671.
HSL color Cylindrical-coordinate representation of color #BFB0EA: hue angle of 255.52º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB0EA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 176 | 234 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.08 |
| HSL | 255.52º | 0.58% | 0.8% | - |
| HSV(B) | 255.52º | 0.25% | 0.92% | - |
| XYZ | 51.86 | 48.07 | 84.39 | - |
| YUV | 187.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 234 | 0.18 | 0.25 | 0 | 0.08 | 255.52 | 0.58 | 0.8 |
| Hex | BF | B0 | EA | 12 | 19 | 0 | 8 | 100 | 3A | 50 |
| Octal | 277 | 260 | 352 | 22 | 31 | 0 | 10 | 400 | 72 | 120 |
| Binary | 10111111 | 10110000 | 11101010 | 10010 | 11001 | 0 | 1000 | 100000000 | 111010 | 1010000 |
Color Harmonies of #BFB0EA
Complementary color
Monochromatic Colors of #BFB0EA
Black with #BFB0EA
Text Example
Text Example
White with #BFB0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0EA; }
p { color: rgb(191,176,234); }
H1.HeaderClassName
{
color: #BFB0EA;
}
.AnyTagClassName
{
color: #BFB0EA;
}
</style>
background-color css
<style>
a { background-color: #BFB0EA; }
a { background-color: rgb(191,176,234); }
div.DivClassName
{
background-color: #BFB0EA;
}
.BgClassName
{
background-color: #BFB0EA;
}
</style>
border-color css
<style>
span { border-color: #BFB0EA; }
span { border-color: rgb(191,176,234); }
td.TdClassName
{
border-color: #BFB0EA;
}
.TagClassName
{
border-color: #BFB0EA;
}
</style>