Shades of Moon Raker #BBAADD
Tints of Moon Raker #BBAADD
RGB
CMYK
RGB Variations
Color information
#BBAADD (or 0xBBAADD) is known color: Moon Raker. HEX triplet: BB, AA and DD. RGB value is (187,170,221). Sum of RGB (Red+Green+Blue) = 187+170+221=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAADD is #445522. Grayscale: #B4B4B4. Windows color (decimal): -4478243 or 14527163. OLE color: 14527163.
HSL color Cylindrical-coordinate representation of color #BBAADD: hue angle of 260º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBAADD is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 170 | 221 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.13 |
| HSL | 260º | 0.43% | 0.77% | - |
| HSV(B) | 260º | 0.23% | 0.87% | - |
| XYZ | 47.92 | 44.53 | 74.48 | - |
| YUV | 180.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 221 | 0.15 | 0.23 | 0 | 0.13 | 260 | 0.43 | 0.77 |
| Hex | BB | AA | DD | F | 17 | 0 | D | 104 | 2B | 4D |
| Octal | 273 | 252 | 335 | 17 | 27 | 0 | 15 | 404 | 53 | 115 |
| Binary | 10111011 | 10101010 | 11011101 | 1111 | 10111 | 0 | 1101 | 100000100 | 101011 | 1001101 |
Color Harmonies of #BBAADD
Complementary color
Monochromatic Colors of #BBAADD
Black with #BBAADD
Text Example
Text Example
White with #BBAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAADD; }
p { color: rgb(187,170,221); }
H1.HeaderClassName
{
color: #BBAADD;
}
.AnyTagClassName
{
color: #BBAADD;
}
</style>
background-color css
<style>
a { background-color: #BBAADD; }
a { background-color: rgb(187,170,221); }
div.DivClassName
{
background-color: #BBAADD;
}
.BgClassName
{
background-color: #BBAADD;
}
</style>
border-color css
<style>
span { border-color: #BBAADD; }
span { border-color: rgb(187,170,221); }
td.TdClassName
{
border-color: #BBAADD;
}
.TagClassName
{
border-color: #BBAADD;
}
</style>