Shades of Moon Raker #BBAAD3
Tints of Moon Raker #BBAAD3
RGB
CMYK
RGB Variations
Color information
#BBAAD3 (or 0xBBAAD3) is known color: Moon Raker. HEX triplet: BB, AA and D3. RGB value is (187,170,211). Sum of RGB (Red+Green+Blue) = 187+170+211=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBAAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAD3 is #44552C. Grayscale: #B3B3B3. Windows color (decimal): -4478253 or 13871803. OLE color: 13871803.
HSL color Cylindrical-coordinate representation of color #BBAAD3: hue angle of 264.88º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBAAD3 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 170 | 211 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.17 |
| HSL | 264.88º | 0.32% | 0.75% | - |
| HSV(B) | 264.88º | 0.19% | 0.83% | - |
| XYZ | 46.63 | 44.02 | 67.67 | - |
| YUV | 179.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 211 | 0.11 | 0.19 | 0 | 0.17 | 264.88 | 0.32 | 0.75 |
| Hex | BB | AA | D3 | B | 13 | 0 | 11 | 109 | 20 | 4B |
| Octal | 273 | 252 | 323 | 13 | 23 | 0 | 21 | 411 | 40 | 113 |
| Binary | 10111011 | 10101010 | 11010011 | 1011 | 10011 | 0 | 10001 | 100001001 | 100000 | 1001011 |
Color Harmonies of #BBAAD3
Complementary color
Monochromatic Colors of #BBAAD3
Black with #BBAAD3
Text Example
Text Example
White with #BBAAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAD3; }
p { color: rgb(187,170,211); }
H1.HeaderClassName
{
color: #BBAAD3;
}
.AnyTagClassName
{
color: #BBAAD3;
}
</style>
background-color css
<style>
a { background-color: #BBAAD3; }
a { background-color: rgb(187,170,211); }
div.DivClassName
{
background-color: #BBAAD3;
}
.BgClassName
{
background-color: #BBAAD3;
}
</style>
border-color css
<style>
span { border-color: #BBAAD3; }
span { border-color: rgb(187,170,211); }
td.TdClassName
{
border-color: #BBAAD3;
}
.TagClassName
{
border-color: #BBAAD3;
}
</style>