Shades of Moon Raker #BAACD5
Tints of Moon Raker #BAACD5
RGB
CMYK
RGB Variations
Color information
#BAACD5 (or 0xBAACD5) is known color: Moon Raker. HEX triplet: BA, AC and D5. RGB value is (186,172,213). Sum of RGB (Red+Green+Blue) = 186+172+213=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACD5 is #45532A. Grayscale: #B4B4B4. Windows color (decimal): -4543275 or 14003386. OLE color: 14003386.
HSL color Cylindrical-coordinate representation of color #BAACD5: hue angle of 260.49º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAACD5 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 186 | 172 | 213 | - |
CMYK | 0.13 | 0.19 | 0 | 0.16 |
HSL | 260.49º | 0.33% | 0.75% | - |
HSV(B) | 260.49º | 0.19% | 0.84% | - |
XYZ | 47.01 | 44.75 | 69.11 | - |
YUV | 180.86 | 146.14 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 172 | 213 | 0.13 | 0.19 | 0 | 0.16 | 260.49 | 0.33 | 0.75 |
Hex | BA | AC | D5 | D | 13 | 0 | 10 | 104 | 21 | 4B |
Octal | 272 | 254 | 325 | 15 | 23 | 0 | 20 | 404 | 41 | 113 |
Binary | 10111010 | 10101100 | 11010101 | 1101 | 10011 | 0 | 10000 | 100000100 | 100001 | 1001011 |
Color Harmonies of #BAACD5
Complementary color
Monochromatic Colors of #BAACD5
Black with #BAACD5
Text Example
Text Example
White with #BAACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAACD5; }
p { color: rgb(186,172,213); }
H1.HeaderClassName
{
color: #BAACD5;
}
.AnyTagClassName
{
color: #BAACD5;
}
</style>
background-color css
<style>
a { background-color: #BAACD5; }
a { background-color: rgb(186,172,213); }
div.DivClassName
{
background-color: #BAACD5;
}
.BgClassName
{
background-color: #BAACD5;
}
</style>
border-color css
<style>
span { border-color: #BAACD5; }
span { border-color: rgb(186,172,213); }
td.TdClassName
{
border-color: #BAACD5;
}
.TagClassName
{
border-color: #BAACD5;
}
</style>