Shades of Moon Raker #BAAAD4
Tints of Moon Raker #BAAAD4
RGB
CMYK
RGB Variations
Color information
#BAAAD4 (or 0xBAAAD4) is known color: Moon Raker. HEX triplet: BA, AA and D4. RGB value is (186,170,212). Sum of RGB (Red+Green+Blue) = 186+170+212=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAAAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD4 is #45552B. Grayscale: #B3B3B3. Windows color (decimal): -4543788 or 13937338. OLE color: 13937338.
HSL color Cylindrical-coordinate representation of color #BAAAD4: hue angle of 262.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAAAD4 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 170 | 212 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.17 |
| HSL | 262.86º | 0.33% | 0.75% | - |
| HSV(B) | 262.86º | 0.2% | 0.83% | - |
| XYZ | 46.51 | 43.94 | 68.32 | - |
| YUV | 179.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 212 | 0.12 | 0.20 | 0 | 0.17 | 262.86 | 0.33 | 0.75 |
| Hex | BA | AA | D4 | C | 14 | 0 | 11 | 107 | 21 | 4B |
| Octal | 272 | 252 | 324 | 14 | 24 | 0 | 21 | 407 | 41 | 113 |
| Binary | 10111010 | 10101010 | 11010100 | 1100 | 10100 | 0 | 10001 | 100000111 | 100001 | 1001011 |
Color Harmonies of #BAAAD4
Complementary color
Monochromatic Colors of #BAAAD4
Black with #BAAAD4
Text Example
Text Example
White with #BAAAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAD4; }
p { color: rgb(186,170,212); }
H1.HeaderClassName
{
color: #BAAAD4;
}
.AnyTagClassName
{
color: #BAAAD4;
}
</style>
background-color css
<style>
a { background-color: #BAAAD4; }
a { background-color: rgb(186,170,212); }
div.DivClassName
{
background-color: #BAAAD4;
}
.BgClassName
{
background-color: #BAAAD4;
}
</style>
border-color css
<style>
span { border-color: #BAAAD4; }
span { border-color: rgb(186,170,212); }
td.TdClassName
{
border-color: #BAAAD4;
}
.TagClassName
{
border-color: #BAAAD4;
}
</style>