Shades of Melrose #BFB4F2
Tints of Melrose #BFB4F2
RGB
CMYK
RGB Variations
Color information
#BFB4F2 (or 0xBFB4F2) is known color: Melrose. HEX triplet: BF, B4 and F2. RGB value is (191,180,242). Sum of RGB (Red+Green+Blue) = 191+180+242=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFB4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4F2 is #404B0D. Grayscale: #BEBEBE. Windows color (decimal): -4213518 or 15905983. OLE color: 15905983.
HSL color Cylindrical-coordinate representation of color #BFB4F2: hue angle of 250.65º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFB4F2 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 180 | 242 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.05 |
| HSL | 250.65º | 0.7% | 0.83% | - |
| HSV(B) | 250.65º | 0.26% | 0.95% | - |
| XYZ | 53.83 | 50.13 | 90.84 | - |
| YUV | 190.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 242 | 0.21 | 0.26 | 0 | 0.05 | 250.65 | 0.7 | 0.83 |
| Hex | BF | B4 | F2 | 15 | 1A | 0 | 5 | FB | 46 | 53 |
| Octal | 277 | 264 | 362 | 25 | 32 | 0 | 5 | 373 | 106 | 123 |
| Binary | 10111111 | 10110100 | 11110010 | 10101 | 11010 | 0 | 101 | 11111011 | 1000110 | 1010011 |
Color Harmonies of #BFB4F2
Complementary color
Monochromatic Colors of #BFB4F2
Black with #BFB4F2
Text Example
Text Example
White with #BFB4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4F2; }
p { color: rgb(191,180,242); }
H1.HeaderClassName
{
color: #BFB4F2;
}
.AnyTagClassName
{
color: #BFB4F2;
}
</style>
background-color css
<style>
a { background-color: #BFB4F2; }
a { background-color: rgb(191,180,242); }
div.DivClassName
{
background-color: #BFB4F2;
}
.BgClassName
{
background-color: #BFB4F2;
}
</style>
border-color css
<style>
span { border-color: #BFB4F2; }
span { border-color: rgb(191,180,242); }
td.TdClassName
{
border-color: #BFB4F2;
}
.TagClassName
{
border-color: #BFB4F2;
}
</style>