Shades of Moon Raker #BBAAD0
Tints of Moon Raker #BBAAD0
RGB
CMYK
RGB Variations
Color information
#BBAAD0 (or 0xBBAAD0) is known color: Moon Raker. HEX triplet: BB, AA and D0. RGB value is (187,170,208). Sum of RGB (Red+Green+Blue) = 187+170+208=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBAAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAD0 is #44552F. Grayscale: #B3B3B3. Windows color (decimal): -4478256 or 13675195. OLE color: 13675195.
HSL color Cylindrical-coordinate representation of color #BBAAD0: hue angle of 266.84º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAAD0 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 170 | 208 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.18 |
| HSL | 266.84º | 0.29% | 0.74% | - |
| HSV(B) | 266.84º | 0.18% | 0.82% | - |
| XYZ | 46.25 | 43.87 | 65.7 | - |
| YUV | 179.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 208 | 0.10 | 0.18 | 0 | 0.18 | 266.84 | 0.29 | 0.74 |
| Hex | BB | AA | D0 | A | 12 | 0 | 12 | 10B | 1D | 4A |
| Octal | 273 | 252 | 320 | 12 | 22 | 0 | 22 | 413 | 35 | 112 |
| Binary | 10111011 | 10101010 | 11010000 | 1010 | 10010 | 0 | 10010 | 100001011 | 11101 | 1001010 |
Color Harmonies of #BBAAD0
Complementary color
Monochromatic Colors of #BBAAD0
Black with #BBAAD0
Text Example
Text Example
White with #BBAAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAD0; }
p { color: rgb(187,170,208); }
H1.HeaderClassName
{
color: #BBAAD0;
}
.AnyTagClassName
{
color: #BBAAD0;
}
</style>
background-color css
<style>
a { background-color: #BBAAD0; }
a { background-color: rgb(187,170,208); }
div.DivClassName
{
background-color: #BBAAD0;
}
.BgClassName
{
background-color: #BBAAD0;
}
</style>
border-color css
<style>
span { border-color: #BBAAD0; }
span { border-color: rgb(187,170,208); }
td.TdClassName
{
border-color: #BBAAD0;
}
.TagClassName
{
border-color: #BBAAD0;
}
</style>