Shades of Moon Raker #BAAFCE
Tints of Moon Raker #BAAFCE
RGB
CMYK
RGB Variations
Color information
#BAAFCE (or 0xBAAFCE) is known color: Moon Raker. HEX triplet: BA, AF and CE. RGB value is (186,175,206). Sum of RGB (Red+Green+Blue) = 186+175+206=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAAFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFCE is #455031. Grayscale: #B5B5B5. Windows color (decimal): -4542514 or 13545402. OLE color: 13545402.
HSL color Cylindrical-coordinate representation of color #BAAFCE: hue angle of 261.29º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAAFCE is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 175 | 206 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.19 |
| HSL | 261.29º | 0.24% | 0.75% | - |
| HSV(B) | 261.29º | 0.15% | 0.81% | - |
| XYZ | 46.72 | 45.56 | 64.72 | - |
| YUV | 181.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 206 | 0.10 | 0.15 | 0 | 0.19 | 261.29 | 0.24 | 0.75 |
| Hex | BA | AF | CE | A | F | 0 | 13 | 105 | 18 | 4B |
| Octal | 272 | 257 | 316 | 12 | 17 | 0 | 23 | 405 | 30 | 113 |
| Binary | 10111010 | 10101111 | 11001110 | 1010 | 1111 | 0 | 10011 | 100000101 | 11000 | 1001011 |
Color Harmonies of #BAAFCE
Complementary color
Monochromatic Colors of #BAAFCE
Black with #BAAFCE
Text Example
Text Example
White with #BAAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFCE; }
p { color: rgb(186,175,206); }
H1.HeaderClassName
{
color: #BAAFCE;
}
.AnyTagClassName
{
color: #BAAFCE;
}
</style>
background-color css
<style>
a { background-color: #BAAFCE; }
a { background-color: rgb(186,175,206); }
div.DivClassName
{
background-color: #BAAFCE;
}
.BgClassName
{
background-color: #BAAFCE;
}
</style>
border-color css
<style>
span { border-color: #BAAFCE; }
span { border-color: rgb(186,175,206); }
td.TdClassName
{
border-color: #BAAFCE;
}
.TagClassName
{
border-color: #BAAFCE;
}
</style>