Shades of Moon Raker #BBACD9
Tints of Moon Raker #BBACD9
RGB
CMYK
RGB Variations
Color information
#BBACD9 (or 0xBBACD9) is known color: Moon Raker. HEX triplet: BB, AC and D9. RGB value is (187,172,217). Sum of RGB (Red+Green+Blue) = 187+172+217=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACD9 is #445326. Grayscale: #B5B5B5. Windows color (decimal): -4477735 or 14265531. OLE color: 14265531.
HSL color Cylindrical-coordinate representation of color #BBACD9: hue angle of 260º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBACD9 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 172 | 217 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.15 |
| HSL | 260º | 0.37% | 0.76% | - |
| HSV(B) | 260º | 0.21% | 0.85% | - |
| XYZ | 47.77 | 45.08 | 71.83 | - |
| YUV | 181.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 217 | 0.14 | 0.21 | 0 | 0.15 | 260 | 0.37 | 0.76 |
| Hex | BB | AC | D9 | E | 15 | 0 | F | 104 | 25 | 4C |
| Octal | 273 | 254 | 331 | 16 | 25 | 0 | 17 | 404 | 45 | 114 |
| Binary | 10111011 | 10101100 | 11011001 | 1110 | 10101 | 0 | 1111 | 100000100 | 100101 | 1001100 |
Color Harmonies of #BBACD9
Complementary color
Monochromatic Colors of #BBACD9
Black with #BBACD9
Text Example
Text Example
White with #BBACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACD9; }
p { color: rgb(187,172,217); }
H1.HeaderClassName
{
color: #BBACD9;
}
.AnyTagClassName
{
color: #BBACD9;
}
</style>
background-color css
<style>
a { background-color: #BBACD9; }
a { background-color: rgb(187,172,217); }
div.DivClassName
{
background-color: #BBACD9;
}
.BgClassName
{
background-color: #BBACD9;
}
</style>
border-color css
<style>
span { border-color: #BBACD9; }
span { border-color: rgb(187,172,217); }
td.TdClassName
{
border-color: #BBACD9;
}
.TagClassName
{
border-color: #BBACD9;
}
</style>