Shades of Melrose #BFA8F2
Tints of Melrose #BFA8F2
RGB
CMYK
RGB Variations
Color information
#BFA8F2 (or 0xBFA8F2) is known color: Melrose. HEX triplet: BF, A8 and F2. RGB value is (191,168,242). Sum of RGB (Red+Green+Blue) = 191+168+242=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFA8F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8F2 is #40570D. Grayscale: #B7B7B7. Windows color (decimal): -4216590 or 15902911. OLE color: 15902911.
HSL color Cylindrical-coordinate representation of color #BFA8F2: hue angle of 258.65º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA8F2 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 168 | 242 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.05 |
| HSL | 258.65º | 0.74% | 0.8% | - |
| HSV(B) | 258.65º | 0.31% | 0.95% | - |
| XYZ | 51.52 | 45.49 | 90.07 | - |
| YUV | 183.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 242 | 0.21 | 0.31 | 0 | 0.05 | 258.65 | 0.74 | 0.8 |
| Hex | BF | A8 | F2 | 15 | 1F | 0 | 5 | 103 | 4A | 50 |
| Octal | 277 | 250 | 362 | 25 | 37 | 0 | 5 | 403 | 112 | 120 |
| Binary | 10111111 | 10101000 | 11110010 | 10101 | 11111 | 0 | 101 | 100000011 | 1001010 | 1010000 |
Color Harmonies of #BFA8F2
Complementary color
Monochromatic Colors of #BFA8F2
Black with #BFA8F2
Text Example
Text Example
White with #BFA8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8F2; }
p { color: rgb(191,168,242); }
H1.HeaderClassName
{
color: #BFA8F2;
}
.AnyTagClassName
{
color: #BFA8F2;
}
</style>
background-color css
<style>
a { background-color: #BFA8F2; }
a { background-color: rgb(191,168,242); }
div.DivClassName
{
background-color: #BFA8F2;
}
.BgClassName
{
background-color: #BFA8F2;
}
</style>
border-color css
<style>
span { border-color: #BFA8F2; }
span { border-color: rgb(191,168,242); }
td.TdClassName
{
border-color: #BFA8F2;
}
.TagClassName
{
border-color: #BFA8F2;
}
</style>