Shades of Moon Raker #BBAADF
Tints of Moon Raker #BBAADF
RGB
CMYK
RGB Variations
Color information
#BBAADF (or 0xBBAADF) is known color: Moon Raker. HEX triplet: BB, AA and DF. RGB value is (187,170,223). Sum of RGB (Red+Green+Blue) = 187+170+223=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAADF is #445520. Grayscale: #B4B4B4. Windows color (decimal): -4478241 or 14658235. OLE color: 14658235.
HSL color Cylindrical-coordinate representation of color #BBAADF: hue angle of 259.25º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBAADF is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 170 | 223 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.13 |
| HSL | 259.25º | 0.45% | 0.77% | - |
| HSV(B) | 259.25º | 0.24% | 0.87% | - |
| XYZ | 48.19 | 44.64 | 75.89 | - |
| YUV | 181.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 223 | 0.16 | 0.24 | 0 | 0.13 | 259.25 | 0.45 | 0.77 |
| Hex | BB | AA | DF | 10 | 18 | 0 | D | 103 | 2D | 4D |
| Octal | 273 | 252 | 337 | 20 | 30 | 0 | 15 | 403 | 55 | 115 |
| Binary | 10111011 | 10101010 | 11011111 | 10000 | 11000 | 0 | 1101 | 100000011 | 101101 | 1001101 |
Color Harmonies of #BBAADF
Complementary color
Monochromatic Colors of #BBAADF
Black with #BBAADF
Text Example
Text Example
White with #BBAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAADF; }
p { color: rgb(187,170,223); }
H1.HeaderClassName
{
color: #BBAADF;
}
.AnyTagClassName
{
color: #BBAADF;
}
</style>
background-color css
<style>
a { background-color: #BBAADF; }
a { background-color: rgb(187,170,223); }
div.DivClassName
{
background-color: #BBAADF;
}
.BgClassName
{
background-color: #BBAADF;
}
</style>
border-color css
<style>
span { border-color: #BBAADF; }
span { border-color: rgb(187,170,223); }
td.TdClassName
{
border-color: #BBAADF;
}
.TagClassName
{
border-color: #BBAADF;
}
</style>