Shades of Melrose #BFB5EE
Tints of Melrose #BFB5EE
RGB
CMYK
RGB Variations
Color information
#BFB5EE (or 0xBFB5EE) is known color: Melrose. HEX triplet: BF, B5 and EE. RGB value is (191,181,238). Sum of RGB (Red+Green+Blue) = 191+181+238=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5EE is #404A11. Grayscale: #BEBEBE. Windows color (decimal): -4213266 or 15644095. OLE color: 15644095.
HSL color Cylindrical-coordinate representation of color #BFB5EE: hue angle of 250.53º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFB5EE is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 181 | 238 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.07 |
| HSL | 250.53º | 0.63% | 0.82% | - |
| HSV(B) | 250.53º | 0.24% | 0.93% | - |
| XYZ | 53.44 | 50.3 | 87.78 | - |
| YUV | 190.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 238 | 0.20 | 0.24 | 0 | 0.07 | 250.53 | 0.63 | 0.82 |
| Hex | BF | B5 | EE | 14 | 18 | 0 | 7 | FB | 3F | 52 |
| Octal | 277 | 265 | 356 | 24 | 30 | 0 | 7 | 373 | 77 | 122 |
| Binary | 10111111 | 10110101 | 11101110 | 10100 | 11000 | 0 | 111 | 11111011 | 111111 | 1010010 |
Color Harmonies of #BFB5EE
Complementary color
Monochromatic Colors of #BFB5EE
Black with #BFB5EE
Text Example
Text Example
White with #BFB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5EE; }
p { color: rgb(191,181,238); }
H1.HeaderClassName
{
color: #BFB5EE;
}
.AnyTagClassName
{
color: #BFB5EE;
}
</style>
background-color css
<style>
a { background-color: #BFB5EE; }
a { background-color: rgb(191,181,238); }
div.DivClassName
{
background-color: #BFB5EE;
}
.BgClassName
{
background-color: #BFB5EE;
}
</style>
border-color css
<style>
span { border-color: #BFB5EE; }
span { border-color: rgb(191,181,238); }
td.TdClassName
{
border-color: #BFB5EE;
}
.TagClassName
{
border-color: #BFB5EE;
}
</style>