Shades of Melrose #BBAFF6
Tints of Melrose #BBAFF6
RGB
CMYK
RGB Variations
Color information
#BBAFF6 (or 0xBBAFF6) is known color: Melrose. HEX triplet: BB, AF and F6. RGB value is (187,175,246). Sum of RGB (Red+Green+Blue) = 187+175+246=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF6 is #445009. Grayscale: #BABABA. Windows color (decimal): -4476938 or 16166843. OLE color: 16166843.
HSL color Cylindrical-coordinate representation of color #BBAFF6: hue angle of 250.14º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBAFF6 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 175 | 246 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.04 |
| HSL | 250.14º | 0.8% | 0.83% | - |
| HSV(B) | 250.14º | 0.29% | 0.96% | - |
| XYZ | 52.46 | 47.88 | 93.67 | - |
| YUV | 186.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 246 | 0.24 | 0.29 | 0 | 0.04 | 250.14 | 0.8 | 0.83 |
| Hex | BB | AF | F6 | 18 | 1D | 0 | 4 | FA | 50 | 53 |
| Octal | 273 | 257 | 366 | 30 | 35 | 0 | 4 | 372 | 120 | 123 |
| Binary | 10111011 | 10101111 | 11110110 | 11000 | 11101 | 0 | 100 | 11111010 | 1010000 | 1010011 |
Color Harmonies of #BBAFF6
Complementary color
Monochromatic Colors of #BBAFF6
Black with #BBAFF6
Text Example
Text Example
White with #BBAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFF6; }
p { color: rgb(187,175,246); }
H1.HeaderClassName
{
color: #BBAFF6;
}
.AnyTagClassName
{
color: #BBAFF6;
}
</style>
background-color css
<style>
a { background-color: #BBAFF6; }
a { background-color: rgb(187,175,246); }
div.DivClassName
{
background-color: #BBAFF6;
}
.BgClassName
{
background-color: #BBAFF6;
}
</style>
border-color css
<style>
span { border-color: #BBAFF6; }
span { border-color: rgb(187,175,246); }
td.TdClassName
{
border-color: #BBAFF6;
}
.TagClassName
{
border-color: #BBAFF6;
}
</style>