Shades of Moon Raker #BBAAD5
Tints of Moon Raker #BBAAD5
RGB
CMYK
RGB Variations
Color information
#BBAAD5 (or 0xBBAAD5) is known color: Moon Raker. HEX triplet: BB, AA and D5. RGB value is (187,170,213). Sum of RGB (Red+Green+Blue) = 187+170+213=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBAAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAD5 is #44552A. Grayscale: #B3B3B3. Windows color (decimal): -4478251 or 14002875. OLE color: 14002875.
HSL color Cylindrical-coordinate representation of color #BBAAD5: hue angle of 263.72º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBAAD5 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 170 | 213 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.16 |
| HSL | 263.72º | 0.34% | 0.75% | - |
| HSV(B) | 263.72º | 0.2% | 0.84% | - |
| XYZ | 46.88 | 44.12 | 69 | - |
| YUV | 179.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 213 | 0.12 | 0.20 | 0 | 0.16 | 263.72 | 0.34 | 0.75 |
| Hex | BB | AA | D5 | C | 14 | 0 | 10 | 108 | 22 | 4B |
| Octal | 273 | 252 | 325 | 14 | 24 | 0 | 20 | 410 | 42 | 113 |
| Binary | 10111011 | 10101010 | 11010101 | 1100 | 10100 | 0 | 10000 | 100001000 | 100010 | 1001011 |
Color Harmonies of #BBAAD5
Complementary color
Monochromatic Colors of #BBAAD5
Black with #BBAAD5
Text Example
Text Example
White with #BBAAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAD5; }
p { color: rgb(187,170,213); }
H1.HeaderClassName
{
color: #BBAAD5;
}
.AnyTagClassName
{
color: #BBAAD5;
}
</style>
background-color css
<style>
a { background-color: #BBAAD5; }
a { background-color: rgb(187,170,213); }
div.DivClassName
{
background-color: #BBAAD5;
}
.BgClassName
{
background-color: #BBAAD5;
}
</style>
border-color css
<style>
span { border-color: #BBAAD5; }
span { border-color: rgb(187,170,213); }
td.TdClassName
{
border-color: #BBAAD5;
}
.TagClassName
{
border-color: #BBAAD5;
}
</style>