Shades of Melrose #BFB6E8
Tints of Melrose #BFB6E8
RGB
CMYK
RGB Variations
Color information
#BFB6E8 (or 0xBFB6E8) is known color: Melrose. HEX triplet: BF, B6 and E8. RGB value is (191,182,232). Sum of RGB (Red+Green+Blue) = 191+182+232=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFB6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6E8 is #404917. Grayscale: #BEBEBE. Windows color (decimal): -4213016 or 15251135. OLE color: 15251135.
HSL color Cylindrical-coordinate representation of color #BFB6E8: hue angle of 250.8º degrees, saturation: 0.52, 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 #BFB6E8 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 182 | 232 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.09 |
| HSL | 250.8º | 0.52% | 0.81% | - |
| HSV(B) | 250.8º | 0.22% | 0.91% | - |
| XYZ | 52.78 | 50.36 | 83.28 | - |
| YUV | 190.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 232 | 0.18 | 0.22 | 0 | 0.09 | 250.8 | 0.52 | 0.81 |
| Hex | BF | B6 | E8 | 12 | 16 | 0 | 9 | FB | 34 | 51 |
| Octal | 277 | 266 | 350 | 22 | 26 | 0 | 11 | 373 | 64 | 121 |
| Binary | 10111111 | 10110110 | 11101000 | 10010 | 10110 | 0 | 1001 | 11111011 | 110100 | 1010001 |
Color Harmonies of #BFB6E8
Complementary color
Monochromatic Colors of #BFB6E8
Black with #BFB6E8
Text Example
Text Example
White with #BFB6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6E8; }
p { color: rgb(191,182,232); }
H1.HeaderClassName
{
color: #BFB6E8;
}
.AnyTagClassName
{
color: #BFB6E8;
}
</style>
background-color css
<style>
a { background-color: #BFB6E8; }
a { background-color: rgb(191,182,232); }
div.DivClassName
{
background-color: #BFB6E8;
}
.BgClassName
{
background-color: #BFB6E8;
}
</style>
border-color css
<style>
span { border-color: #BFB6E8; }
span { border-color: rgb(191,182,232); }
td.TdClassName
{
border-color: #BFB6E8;
}
.TagClassName
{
border-color: #BFB6E8;
}
</style>