Shades of Moon Raker #B5AACD
Tints of Moon Raker #B5AACD
RGB
CMYK
RGB Variations
Color information
#B5AACD (or 0xB5AACD) is known color: Moon Raker. HEX triplet: B5, AA and CD. RGB value is (181,170,205). Sum of RGB (Red+Green+Blue) = 181+170+205=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AACD is #4A5532. Grayscale: #B1B1B1. Windows color (decimal): -4871475 or 13478581. OLE color: 13478581.
HSL color Cylindrical-coordinate representation of color #B5AACD: hue angle of 258.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5AACD is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 170 | 205 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.20 |
| HSL | 258.86º | 0.26% | 0.74% | - |
| HSV(B) | 258.86º | 0.17% | 0.8% | - |
| XYZ | 44.45 | 42.98 | 63.71 | - |
| YUV | 177.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 205 | 0.12 | 0.17 | 0 | 0.20 | 258.86 | 0.26 | 0.74 |
| Hex | B5 | AA | CD | C | 11 | 0 | 14 | 103 | 1A | 4A |
| Octal | 265 | 252 | 315 | 14 | 21 | 0 | 24 | 403 | 32 | 112 |
| Binary | 10110101 | 10101010 | 11001101 | 1100 | 10001 | 0 | 10100 | 100000011 | 11010 | 1001010 |
Color Harmonies of #B5AACD
Complementary color
Monochromatic Colors of #B5AACD
Black with #B5AACD
Text Example
Text Example
White with #B5AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AACD; }
p { color: rgb(181,170,205); }
H1.HeaderClassName
{
color: #B5AACD;
}
.AnyTagClassName
{
color: #B5AACD;
}
</style>
background-color css
<style>
a { background-color: #B5AACD; }
a { background-color: rgb(181,170,205); }
div.DivClassName
{
background-color: #B5AACD;
}
.BgClassName
{
background-color: #B5AACD;
}
</style>
border-color css
<style>
span { border-color: #B5AACD; }
span { border-color: rgb(181,170,205); }
td.TdClassName
{
border-color: #B5AACD;
}
.TagClassName
{
border-color: #B5AACD;
}
</style>