Shades of Melrose #BBAEF3
Tints of Melrose #BBAEF3
RGB
CMYK
RGB Variations
Color information
#BBAEF3 (or 0xBBAEF3) is known color: Melrose. HEX triplet: BB, AE and F3. RGB value is (187,174,243). Sum of RGB (Red+Green+Blue) = 187+174+243=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBAEF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEF3 is #44510C. Grayscale: #B9B9B9. Windows color (decimal): -4477197 or 15969979. OLE color: 15969979.
HSL color Cylindrical-coordinate representation of color #BBAEF3: hue angle of 251.3º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBAEF3 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 174 | 243 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.05 |
| HSL | 251.3º | 0.74% | 0.82% | - |
| HSV(B) | 251.3º | 0.28% | 0.95% | - |
| XYZ | 51.81 | 47.31 | 91.19 | - |
| YUV | 185.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 243 | 0.23 | 0.28 | 0 | 0.05 | 251.3 | 0.74 | 0.82 |
| Hex | BB | AE | F3 | 17 | 1C | 0 | 5 | FB | 4A | 52 |
| Octal | 273 | 256 | 363 | 27 | 34 | 0 | 5 | 373 | 112 | 122 |
| Binary | 10111011 | 10101110 | 11110011 | 10111 | 11100 | 0 | 101 | 11111011 | 1001010 | 1010010 |
Color Harmonies of #BBAEF3
Complementary color
Monochromatic Colors of #BBAEF3
Black with #BBAEF3
Text Example
Text Example
White with #BBAEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEF3; }
p { color: rgb(187,174,243); }
H1.HeaderClassName
{
color: #BBAEF3;
}
.AnyTagClassName
{
color: #BBAEF3;
}
</style>
background-color css
<style>
a { background-color: #BBAEF3; }
a { background-color: rgb(187,174,243); }
div.DivClassName
{
background-color: #BBAEF3;
}
.BgClassName
{
background-color: #BBAEF3;
}
</style>
border-color css
<style>
span { border-color: #BBAEF3; }
span { border-color: rgb(187,174,243); }
td.TdClassName
{
border-color: #BBAEF3;
}
.TagClassName
{
border-color: #BBAEF3;
}
</style>