Shades of Moon Raker #BAAFD7
Tints of Moon Raker #BAAFD7
RGB
CMYK
RGB Variations
Color information
#BAAFD7 (or 0xBAAFD7) is known color: Moon Raker. HEX triplet: BA, AF and D7. RGB value is (186,175,215). Sum of RGB (Red+Green+Blue) = 186+175+215=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFD7 is #455028. Grayscale: #B6B6B6. Windows color (decimal): -4542505 or 14135226. OLE color: 14135226.
HSL color Cylindrical-coordinate representation of color #BAAFD7: hue angle of 256.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAAFD7 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 175 | 215 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.16 |
| HSL | 256.5º | 0.33% | 0.76% | - |
| HSV(B) | 256.5º | 0.19% | 0.84% | - |
| XYZ | 47.85 | 46.01 | 70.65 | - |
| YUV | 182.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 215 | 0.13 | 0.19 | 0 | 0.16 | 256.5 | 0.33 | 0.76 |
| Hex | BA | AF | D7 | D | 13 | 0 | 10 | 100 | 21 | 4C |
| Octal | 272 | 257 | 327 | 15 | 23 | 0 | 20 | 400 | 41 | 114 |
| Binary | 10111010 | 10101111 | 11010111 | 1101 | 10011 | 0 | 10000 | 100000000 | 100001 | 1001100 |
Color Harmonies of #BAAFD7
Complementary color
Monochromatic Colors of #BAAFD7
Black with #BAAFD7
Text Example
Text Example
White with #BAAFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFD7; }
p { color: rgb(186,175,215); }
H1.HeaderClassName
{
color: #BAAFD7;
}
.AnyTagClassName
{
color: #BAAFD7;
}
</style>
background-color css
<style>
a { background-color: #BAAFD7; }
a { background-color: rgb(186,175,215); }
div.DivClassName
{
background-color: #BAAFD7;
}
.BgClassName
{
background-color: #BAAFD7;
}
</style>
border-color css
<style>
span { border-color: #BAAFD7; }
span { border-color: rgb(186,175,215); }
td.TdClassName
{
border-color: #BAAFD7;
}
.TagClassName
{
border-color: #BAAFD7;
}
</style>