Shades of Melrose #BBAFF5
Tints of Melrose #BBAFF5
RGB
CMYK
RGB Variations
Color information
#BBAFF5 (or 0xBBAFF5) is known color: Melrose. HEX triplet: BB, AF and F5. RGB value is (187,175,245). Sum of RGB (Red+Green+Blue) = 187+175+245=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF5 is #44500A. Grayscale: #BABABA. Windows color (decimal): -4476939 or 16101307. OLE color: 16101307.
HSL color Cylindrical-coordinate representation of color #BBAFF5: hue angle of 250.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBAFF5 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 175 | 245 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.04 |
| HSL | 250.29º | 0.78% | 0.82% | - |
| HSV(B) | 250.29º | 0.29% | 0.96% | - |
| XYZ | 52.3 | 47.82 | 92.86 | - |
| YUV | 186.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 245 | 0.24 | 0.29 | 0 | 0.04 | 250.29 | 0.78 | 0.82 |
| Hex | BB | AF | F5 | 18 | 1D | 0 | 4 | FA | 4E | 52 |
| Octal | 273 | 257 | 365 | 30 | 35 | 0 | 4 | 372 | 116 | 122 |
| Binary | 10111011 | 10101111 | 11110101 | 11000 | 11101 | 0 | 100 | 11111010 | 1001110 | 1010010 |
Color Harmonies of #BBAFF5
Complementary color
Monochromatic Colors of #BBAFF5
Black with #BBAFF5
Text Example
Text Example
White with #BBAFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFF5; }
p { color: rgb(187,175,245); }
H1.HeaderClassName
{
color: #BBAFF5;
}
.AnyTagClassName
{
color: #BBAFF5;
}
</style>
background-color css
<style>
a { background-color: #BBAFF5; }
a { background-color: rgb(187,175,245); }
div.DivClassName
{
background-color: #BBAFF5;
}
.BgClassName
{
background-color: #BBAFF5;
}
</style>
border-color css
<style>
span { border-color: #BBAFF5; }
span { border-color: rgb(187,175,245); }
td.TdClassName
{
border-color: #BBAFF5;
}
.TagClassName
{
border-color: #BBAFF5;
}
</style>