Shades of Moon Raker #BBA9DC
Tints of Moon Raker #BBA9DC
RGB
CMYK
RGB Variations
Color information
#BBA9DC (or 0xBBA9DC) is known color: Moon Raker. HEX triplet: BB, A9 and DC. RGB value is (187,169,220). Sum of RGB (Red+Green+Blue) = 187+169+220=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9DC is #445623. Grayscale: #B4B4B4. Windows color (decimal): -4478500 or 14461371. OLE color: 14461371.
HSL color Cylindrical-coordinate representation of color #BBA9DC: hue angle of 261.18º 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 #BBA9DC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 169 | 220 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.14 |
| HSL | 261.18º | 0.42% | 0.76% | - |
| HSV(B) | 261.18º | 0.23% | 0.86% | - |
| XYZ | 47.6 | 44.11 | 73.72 | - |
| YUV | 180.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 220 | 0.15 | 0.23 | 0 | 0.14 | 261.18 | 0.42 | 0.76 |
| Hex | BB | A9 | DC | F | 17 | 0 | E | 105 | 2A | 4C |
| Octal | 273 | 251 | 334 | 17 | 27 | 0 | 16 | 405 | 52 | 114 |
| Binary | 10111011 | 10101001 | 11011100 | 1111 | 10111 | 0 | 1110 | 100000101 | 101010 | 1001100 |
Color Harmonies of #BBA9DC
Complementary color
Monochromatic Colors of #BBA9DC
Black with #BBA9DC
Text Example
Text Example
White with #BBA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9DC; }
p { color: rgb(187,169,220); }
H1.HeaderClassName
{
color: #BBA9DC;
}
.AnyTagClassName
{
color: #BBA9DC;
}
</style>
background-color css
<style>
a { background-color: #BBA9DC; }
a { background-color: rgb(187,169,220); }
div.DivClassName
{
background-color: #BBA9DC;
}
.BgClassName
{
background-color: #BBA9DC;
}
</style>
border-color css
<style>
span { border-color: #BBA9DC; }
span { border-color: rgb(187,169,220); }
td.TdClassName
{
border-color: #BBA9DC;
}
.TagClassName
{
border-color: #BBA9DC;
}
</style>