Shades of Moon Raker #BBAADB
Tints of Moon Raker #BBAADB
RGB
CMYK
RGB Variations
Color information
#BBAADB (or 0xBBAADB) is known color: Moon Raker. HEX triplet: BB, AA and DB. RGB value is (187,170,219). Sum of RGB (Red+Green+Blue) = 187+170+219=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAADB is #445524. Grayscale: #B4B4B4. Windows color (decimal): -4478245 or 14396091. OLE color: 14396091.
HSL color Cylindrical-coordinate representation of color #BBAADB: hue angle of 260.82º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBAADB is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 170 | 219 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.14 |
| HSL | 260.82º | 0.4% | 0.76% | - |
| HSV(B) | 260.82º | 0.22% | 0.86% | - |
| XYZ | 47.65 | 44.43 | 73.08 | - |
| YUV | 180.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 219 | 0.15 | 0.22 | 0 | 0.14 | 260.82 | 0.4 | 0.76 |
| Hex | BB | AA | DB | F | 16 | 0 | E | 105 | 28 | 4C |
| Octal | 273 | 252 | 333 | 17 | 26 | 0 | 16 | 405 | 50 | 114 |
| Binary | 10111011 | 10101010 | 11011011 | 1111 | 10110 | 0 | 1110 | 100000101 | 101000 | 1001100 |
Color Harmonies of #BBAADB
Complementary color
Monochromatic Colors of #BBAADB
Black with #BBAADB
Text Example
Text Example
White with #BBAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAADB; }
p { color: rgb(187,170,219); }
H1.HeaderClassName
{
color: #BBAADB;
}
.AnyTagClassName
{
color: #BBAADB;
}
</style>
background-color css
<style>
a { background-color: #BBAADB; }
a { background-color: rgb(187,170,219); }
div.DivClassName
{
background-color: #BBAADB;
}
.BgClassName
{
background-color: #BBAADB;
}
</style>
border-color css
<style>
span { border-color: #BBAADB; }
span { border-color: rgb(187,170,219); }
td.TdClassName
{
border-color: #BBAADB;
}
.TagClassName
{
border-color: #BBAADB;
}
</style>