Shades of Melrose #BBAFF4
Tints of Melrose #BBAFF4
RGB
CMYK
RGB Variations
Color information
#BBAFF4 (or 0xBBAFF4) is known color: Melrose. HEX triplet: BB, AF and F4. RGB value is (187,175,244). Sum of RGB (Red+Green+Blue) = 187+175+244=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBAFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFF4 is #44500B. Grayscale: #BABABA. Windows color (decimal): -4476940 or 16035771. OLE color: 16035771.
HSL color Cylindrical-coordinate representation of color #BBAFF4: hue angle of 250.43º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBAFF4 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 175 | 244 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.04 |
| HSL | 250.43º | 0.76% | 0.82% | - |
| HSV(B) | 250.43º | 0.28% | 0.96% | - |
| XYZ | 52.15 | 47.76 | 92.06 | - |
| YUV | 186.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 244 | 0.23 | 0.28 | 0 | 0.04 | 250.43 | 0.76 | 0.82 |
| Hex | BB | AF | F4 | 17 | 1C | 0 | 4 | FA | 4C | 52 |
| Octal | 273 | 257 | 364 | 27 | 34 | 0 | 4 | 372 | 114 | 122 |
| Binary | 10111011 | 10101111 | 11110100 | 10111 | 11100 | 0 | 100 | 11111010 | 1001100 | 1010010 |
Color Harmonies of #BBAFF4
Complementary color
Monochromatic Colors of #BBAFF4
Black with #BBAFF4
Text Example
Text Example
White with #BBAFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFF4; }
p { color: rgb(187,175,244); }
H1.HeaderClassName
{
color: #BBAFF4;
}
.AnyTagClassName
{
color: #BBAFF4;
}
</style>
background-color css
<style>
a { background-color: #BBAFF4; }
a { background-color: rgb(187,175,244); }
div.DivClassName
{
background-color: #BBAFF4;
}
.BgClassName
{
background-color: #BBAFF4;
}
</style>
border-color css
<style>
span { border-color: #BBAFF4; }
span { border-color: rgb(187,175,244); }
td.TdClassName
{
border-color: #BBAFF4;
}
.TagClassName
{
border-color: #BBAFF4;
}
</style>