Shades of Melrose #BBAFDD
Tints of Melrose #BBAFDD
RGB
CMYK
RGB Variations
Color information
#BBAFDD (or 0xBBAFDD) is known color: Melrose. HEX triplet: BB, AF and DD. RGB value is (187,175,221). Sum of RGB (Red+Green+Blue) = 187+175+221=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFDD is #445022. Grayscale: #B7B7B7. Windows color (decimal): -4476963 or 14528443. OLE color: 14528443.
HSL color Cylindrical-coordinate representation of color #BBAFDD: hue angle of 255.65º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBAFDD is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 175 | 221 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.13 |
| HSL | 255.65º | 0.4% | 0.78% | - |
| HSV(B) | 255.65º | 0.21% | 0.87% | - |
| XYZ | 48.87 | 46.45 | 74.8 | - |
| YUV | 183.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 221 | 0.15 | 0.21 | 0 | 0.13 | 255.65 | 0.4 | 0.78 |
| Hex | BB | AF | DD | F | 15 | 0 | D | 100 | 28 | 4E |
| Octal | 273 | 257 | 335 | 17 | 25 | 0 | 15 | 400 | 50 | 116 |
| Binary | 10111011 | 10101111 | 11011101 | 1111 | 10101 | 0 | 1101 | 100000000 | 101000 | 1001110 |
Color Harmonies of #BBAFDD
Complementary color
Monochromatic Colors of #BBAFDD
Black with #BBAFDD
Text Example
Text Example
White with #BBAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFDD; }
p { color: rgb(187,175,221); }
H1.HeaderClassName
{
color: #BBAFDD;
}
.AnyTagClassName
{
color: #BBAFDD;
}
</style>
background-color css
<style>
a { background-color: #BBAFDD; }
a { background-color: rgb(187,175,221); }
div.DivClassName
{
background-color: #BBAFDD;
}
.BgClassName
{
background-color: #BBAFDD;
}
</style>
border-color css
<style>
span { border-color: #BBAFDD; }
span { border-color: rgb(187,175,221); }
td.TdClassName
{
border-color: #BBAFDD;
}
.TagClassName
{
border-color: #BBAFDD;
}
</style>