Shades of Moon Raker #BBAADC
Tints of Moon Raker #BBAADC
RGB
CMYK
RGB Variations
Color information
#BBAADC (or 0xBBAADC) is known color: Moon Raker. HEX triplet: BB, AA and DC. RGB value is (187,170,220). Sum of RGB (Red+Green+Blue) = 187+170+220=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAADC is #445523. Grayscale: #B4B4B4. Windows color (decimal): -4478244 or 14461627. OLE color: 14461627.
HSL color Cylindrical-coordinate representation of color #BBAADC: hue angle of 260.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBAADC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 170 | 220 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.14 |
| HSL | 260.4º | 0.42% | 0.76% | - |
| HSV(B) | 260.4º | 0.23% | 0.86% | - |
| XYZ | 47.79 | 44.48 | 73.78 | - |
| YUV | 180.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 220 | 0.15 | 0.23 | 0 | 0.14 | 260.4 | 0.42 | 0.76 |
| Hex | BB | AA | DC | F | 17 | 0 | E | 104 | 2A | 4C |
| Octal | 273 | 252 | 334 | 17 | 27 | 0 | 16 | 404 | 52 | 114 |
| Binary | 10111011 | 10101010 | 11011100 | 1111 | 10111 | 0 | 1110 | 100000100 | 101010 | 1001100 |
Color Harmonies of #BBAADC
Complementary color
Monochromatic Colors of #BBAADC
Black with #BBAADC
Text Example
Text Example
White with #BBAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAADC; }
p { color: rgb(187,170,220); }
H1.HeaderClassName
{
color: #BBAADC;
}
.AnyTagClassName
{
color: #BBAADC;
}
</style>
background-color css
<style>
a { background-color: #BBAADC; }
a { background-color: rgb(187,170,220); }
div.DivClassName
{
background-color: #BBAADC;
}
.BgClassName
{
background-color: #BBAADC;
}
</style>
border-color css
<style>
span { border-color: #BBAADC; }
span { border-color: rgb(187,170,220); }
td.TdClassName
{
border-color: #BBAADC;
}
.TagClassName
{
border-color: #BBAADC;
}
</style>