Shades of Moon Raker #BBAADE
Tints of Moon Raker #BBAADE
RGB
CMYK
RGB Variations
Color information
#BBAADE (or 0xBBAADE) is known color: Moon Raker. HEX triplet: BB, AA and DE. RGB value is (187,170,222). Sum of RGB (Red+Green+Blue) = 187+170+222=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAADE is #445521. Grayscale: #B4B4B4. Windows color (decimal): -4478242 or 14592699. OLE color: 14592699.
HSL color Cylindrical-coordinate representation of color #BBAADE: hue angle of 259.62º degrees, saturation: 0.44, 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 #BBAADE is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 170 | 222 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.13 |
| HSL | 259.62º | 0.44% | 0.77% | - |
| HSV(B) | 259.62º | 0.23% | 0.87% | - |
| XYZ | 48.05 | 44.59 | 75.18 | - |
| YUV | 181.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 222 | 0.16 | 0.23 | 0 | 0.13 | 259.62 | 0.44 | 0.77 |
| Hex | BB | AA | DE | 10 | 17 | 0 | D | 104 | 2C | 4D |
| Octal | 273 | 252 | 336 | 20 | 27 | 0 | 15 | 404 | 54 | 115 |
| Binary | 10111011 | 10101010 | 11011110 | 10000 | 10111 | 0 | 1101 | 100000100 | 101100 | 1001101 |
Color Harmonies of #BBAADE
Complementary color
Monochromatic Colors of #BBAADE
Black with #BBAADE
Text Example
Text Example
White with #BBAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAADE; }
p { color: rgb(187,170,222); }
H1.HeaderClassName
{
color: #BBAADE;
}
.AnyTagClassName
{
color: #BBAADE;
}
</style>
background-color css
<style>
a { background-color: #BBAADE; }
a { background-color: rgb(187,170,222); }
div.DivClassName
{
background-color: #BBAADE;
}
.BgClassName
{
background-color: #BBAADE;
}
</style>
border-color css
<style>
span { border-color: #BBAADE; }
span { border-color: rgb(187,170,222); }
td.TdClassName
{
border-color: #BBAADE;
}
.TagClassName
{
border-color: #BBAADE;
}
</style>