Shades of Melrose #BFB2F9
Tints of Melrose #BFB2F9
RGB
CMYK
RGB Variations
Color information
#BFB2F9 (or 0xBFB2F9) is known color: Melrose. HEX triplet: BF, B2 and F9. RGB value is (191,178,249). Sum of RGB (Red+Green+Blue) = 191+178+249=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFB2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB2F9 is #404D06. Grayscale: #BDBDBD. Windows color (decimal): -4214023 or 16364223. OLE color: 16364223.
HSL color Cylindrical-coordinate representation of color #BFB2F9: hue angle of 250.99º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFB2F9 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 178 | 249 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.02 |
| HSL | 250.99º | 0.86% | 0.84% | - |
| HSV(B) | 250.99º | 0.29% | 0.98% | - |
| XYZ | 54.51 | 49.76 | 96.35 | - |
| YUV | 189.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 249 | 0.23 | 0.29 | 0 | 0.02 | 250.99 | 0.86 | 0.84 |
| Hex | BF | B2 | F9 | 17 | 1D | 0 | 2 | FB | 56 | 54 |
| Octal | 277 | 262 | 371 | 27 | 35 | 0 | 2 | 373 | 126 | 124 |
| Binary | 10111111 | 10110010 | 11111001 | 10111 | 11101 | 0 | 10 | 11111011 | 1010110 | 1010100 |
Color Harmonies of #BFB2F9
Complementary color
Monochromatic Colors of #BFB2F9
Black with #BFB2F9
Text Example
Text Example
White with #BFB2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2F9; }
p { color: rgb(191,178,249); }
H1.HeaderClassName
{
color: #BFB2F9;
}
.AnyTagClassName
{
color: #BFB2F9;
}
</style>
background-color css
<style>
a { background-color: #BFB2F9; }
a { background-color: rgb(191,178,249); }
div.DivClassName
{
background-color: #BFB2F9;
}
.BgClassName
{
background-color: #BFB2F9;
}
</style>
border-color css
<style>
span { border-color: #BFB2F9; }
span { border-color: rgb(191,178,249); }
td.TdClassName
{
border-color: #BFB2F9;
}
.TagClassName
{
border-color: #BFB2F9;
}
</style>