Shades of Moon Raker #BAAFDA
Tints of Moon Raker #BAAFDA
RGB
CMYK
RGB Variations
Color information
#BAAFDA (or 0xBAAFDA) is known color: Moon Raker. HEX triplet: BA, AF and DA. RGB value is (186,175,218). Sum of RGB (Red+Green+Blue) = 186+175+218=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFDA is #455025. Grayscale: #B7B7B7. Windows color (decimal): -4542502 or 14331834. OLE color: 14331834.
HSL color Cylindrical-coordinate representation of color #BAAFDA: hue angle of 255.35º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAAFDA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 175 | 218 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.15 |
| HSL | 255.35º | 0.37% | 0.77% | - |
| HSV(B) | 255.35º | 0.2% | 0.85% | - |
| XYZ | 48.23 | 46.16 | 72.7 | - |
| YUV | 183.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 218 | 0.15 | 0.20 | 0 | 0.15 | 255.35 | 0.37 | 0.77 |
| Hex | BA | AF | DA | F | 14 | 0 | F | FF | 25 | 4D |
| Octal | 272 | 257 | 332 | 17 | 24 | 0 | 17 | 377 | 45 | 115 |
| Binary | 10111010 | 10101111 | 11011010 | 1111 | 10100 | 0 | 1111 | 11111111 | 100101 | 1001101 |
Color Harmonies of #BAAFDA
Complementary color
Monochromatic Colors of #BAAFDA
Black with #BAAFDA
Text Example
Text Example
White with #BAAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFDA; }
p { color: rgb(186,175,218); }
H1.HeaderClassName
{
color: #BAAFDA;
}
.AnyTagClassName
{
color: #BAAFDA;
}
</style>
background-color css
<style>
a { background-color: #BAAFDA; }
a { background-color: rgb(186,175,218); }
div.DivClassName
{
background-color: #BAAFDA;
}
.BgClassName
{
background-color: #BAAFDA;
}
</style>
border-color css
<style>
span { border-color: #BAAFDA; }
span { border-color: rgb(186,175,218); }
td.TdClassName
{
border-color: #BAAFDA;
}
.TagClassName
{
border-color: #BAAFDA;
}
</style>