Shades of Melrose #BFB2F5
Tints of Melrose #BFB2F5
RGB
CMYK
RGB Variations
Color information
#BFB2F5 (or 0xBFB2F5) is known color: Melrose. HEX triplet: BF, B2 and F5. RGB value is (191,178,245). Sum of RGB (Red+Green+Blue) = 191+178+245=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFB2F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB2F5 is #404D0A. Grayscale: #BDBDBD. Windows color (decimal): -4214027 or 16102079. OLE color: 16102079.
HSL color Cylindrical-coordinate representation of color #BFB2F5: hue angle of 251.64º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFB2F5 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 178 | 245 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.04 |
| HSL | 251.64º | 0.77% | 0.83% | - |
| HSV(B) | 251.64º | 0.27% | 0.96% | - |
| XYZ | 53.89 | 49.51 | 93.1 | - |
| YUV | 189.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 245 | 0.22 | 0.27 | 0 | 0.04 | 251.64 | 0.77 | 0.83 |
| Hex | BF | B2 | F5 | 16 | 1B | 0 | 4 | FC | 4D | 53 |
| Octal | 277 | 262 | 365 | 26 | 33 | 0 | 4 | 374 | 115 | 123 |
| Binary | 10111111 | 10110010 | 11110101 | 10110 | 11011 | 0 | 100 | 11111100 | 1001101 | 1010011 |
Color Harmonies of #BFB2F5
Complementary color
Monochromatic Colors of #BFB2F5
Black with #BFB2F5
Text Example
Text Example
White with #BFB2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2F5; }
p { color: rgb(191,178,245); }
H1.HeaderClassName
{
color: #BFB2F5;
}
.AnyTagClassName
{
color: #BFB2F5;
}
</style>
background-color css
<style>
a { background-color: #BFB2F5; }
a { background-color: rgb(191,178,245); }
div.DivClassName
{
background-color: #BFB2F5;
}
.BgClassName
{
background-color: #BFB2F5;
}
</style>
border-color css
<style>
span { border-color: #BFB2F5; }
span { border-color: rgb(191,178,245); }
td.TdClassName
{
border-color: #BFB2F5;
}
.TagClassName
{
border-color: #BFB2F5;
}
</style>