Shades of Melrose #BFB6E9
Tints of Melrose #BFB6E9
RGB
CMYK
RGB Variations
Color information
#BFB6E9 (or 0xBFB6E9) is known color: Melrose. HEX triplet: BF, B6 and E9. RGB value is (191,182,233). Sum of RGB (Red+Green+Blue) = 191+182+233=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6E9 is #404916. Grayscale: #BEBEBE. Windows color (decimal): -4213015 or 15316671. OLE color: 15316671.
HSL color Cylindrical-coordinate representation of color #BFB6E9: hue angle of 250.59º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB6E9 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 182 | 233 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.09 |
| HSL | 250.59º | 0.54% | 0.81% | - |
| HSV(B) | 250.59º | 0.22% | 0.91% | - |
| XYZ | 52.92 | 50.42 | 84.03 | - |
| YUV | 190.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 233 | 0.18 | 0.22 | 0 | 0.09 | 250.59 | 0.54 | 0.81 |
| Hex | BF | B6 | E9 | 12 | 16 | 0 | 9 | FB | 36 | 51 |
| Octal | 277 | 266 | 351 | 22 | 26 | 0 | 11 | 373 | 66 | 121 |
| Binary | 10111111 | 10110110 | 11101001 | 10010 | 10110 | 0 | 1001 | 11111011 | 110110 | 1010001 |
Color Harmonies of #BFB6E9
Complementary color
Monochromatic Colors of #BFB6E9
Black with #BFB6E9
Text Example
Text Example
White with #BFB6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6E9; }
p { color: rgb(191,182,233); }
H1.HeaderClassName
{
color: #BFB6E9;
}
.AnyTagClassName
{
color: #BFB6E9;
}
</style>
background-color css
<style>
a { background-color: #BFB6E9; }
a { background-color: rgb(191,182,233); }
div.DivClassName
{
background-color: #BFB6E9;
}
.BgClassName
{
background-color: #BFB6E9;
}
</style>
border-color css
<style>
span { border-color: #BFB6E9; }
span { border-color: rgb(191,182,233); }
td.TdClassName
{
border-color: #BFB6E9;
}
.TagClassName
{
border-color: #BFB6E9;
}
</style>