Shades of Melrose #BBAFF7
Tints of Melrose #BBAFF7
RGB
CMYK
RGB Variations
Color information
#BBAFF7 (or 0xBBAFF7) is known color: Melrose. HEX triplet: BB, AF and F7. RGB value is (187,175,247). Sum of RGB (Red+Green+Blue) = 187+175+247=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBAFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF7 is #445008. Grayscale: #BABABA. Windows color (decimal): -4476937 or 16232379. OLE color: 16232379.
HSL color Cylindrical-coordinate representation of color #BBAFF7: hue angle of 250º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBAFF7 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 175 | 247 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.03 |
| HSL | 250º | 0.82% | 0.83% | - |
| HSV(B) | 250º | 0.29% | 0.97% | - |
| XYZ | 52.61 | 47.94 | 94.48 | - |
| YUV | 186.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 247 | 0.24 | 0.29 | 0 | 0.03 | 250 | 0.82 | 0.83 |
| Hex | BB | AF | F7 | 18 | 1D | 0 | 3 | FA | 52 | 53 |
| Octal | 273 | 257 | 367 | 30 | 35 | 0 | 3 | 372 | 122 | 123 |
| Binary | 10111011 | 10101111 | 11110111 | 11000 | 11101 | 0 | 11 | 11111010 | 1010010 | 1010011 |
Color Harmonies of #BBAFF7
Complementary color
Monochromatic Colors of #BBAFF7
Black with #BBAFF7
Text Example
Text Example
White with #BBAFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFF7; }
p { color: rgb(187,175,247); }
H1.HeaderClassName
{
color: #BBAFF7;
}
.AnyTagClassName
{
color: #BBAFF7;
}
</style>
background-color css
<style>
a { background-color: #BBAFF7; }
a { background-color: rgb(187,175,247); }
div.DivClassName
{
background-color: #BBAFF7;
}
.BgClassName
{
background-color: #BBAFF7;
}
</style>
border-color css
<style>
span { border-color: #BBAFF7; }
span { border-color: rgb(187,175,247); }
td.TdClassName
{
border-color: #BBAFF7;
}
.TagClassName
{
border-color: #BBAFF7;
}
</style>