Shades of Moon Raker #BBACDD
Tints of Moon Raker #BBACDD
RGB
CMYK
RGB Variations
Color information
#BBACDD (or 0xBBACDD) is known color: Moon Raker. HEX triplet: BB, AC and DD. RGB value is (187,172,221). Sum of RGB (Red+Green+Blue) = 187+172+221=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACDD is #445322. Grayscale: #B5B5B5. Windows color (decimal): -4477731 or 14527675. OLE color: 14527675.
HSL color Cylindrical-coordinate representation of color #BBACDD: hue angle of 258.37º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBACDD is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 172 | 221 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.13 |
| HSL | 258.37º | 0.42% | 0.77% | - |
| HSV(B) | 258.37º | 0.22% | 0.87% | - |
| XYZ | 48.3 | 45.29 | 74.6 | - |
| YUV | 182.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 221 | 0.15 | 0.22 | 0 | 0.13 | 258.37 | 0.42 | 0.77 |
| Hex | BB | AC | DD | F | 16 | 0 | D | 102 | 2A | 4D |
| Octal | 273 | 254 | 335 | 17 | 26 | 0 | 15 | 402 | 52 | 115 |
| Binary | 10111011 | 10101100 | 11011101 | 1111 | 10110 | 0 | 1101 | 100000010 | 101010 | 1001101 |
Color Harmonies of #BBACDD
Complementary color
Monochromatic Colors of #BBACDD
Black with #BBACDD
Text Example
Text Example
White with #BBACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACDD; }
p { color: rgb(187,172,221); }
H1.HeaderClassName
{
color: #BBACDD;
}
.AnyTagClassName
{
color: #BBACDD;
}
</style>
background-color css
<style>
a { background-color: #BBACDD; }
a { background-color: rgb(187,172,221); }
div.DivClassName
{
background-color: #BBACDD;
}
.BgClassName
{
background-color: #BBACDD;
}
</style>
border-color css
<style>
span { border-color: #BBACDD; }
span { border-color: rgb(187,172,221); }
td.TdClassName
{
border-color: #BBACDD;
}
.TagClassName
{
border-color: #BBACDD;
}
</style>