Shades of Moon Raker #B5AACC
Tints of Moon Raker #B5AACC
RGB
CMYK
RGB Variations
Color information
#B5AACC (or 0xB5AACC) is known color: Moon Raker. HEX triplet: B5, AA and CC. RGB value is (181,170,204). Sum of RGB (Red+Green+Blue) = 181+170+204=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AACC is #4A5533. Grayscale: #B1B1B1. Windows color (decimal): -4871476 or 13413045. OLE color: 13413045.
HSL color Cylindrical-coordinate representation of color #B5AACC: hue angle of 259.41º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5AACC is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 181 | 170 | 204 | - |
CMYK | 0.11 | 0.17 | 0 | 0.2 |
HSL | 259.41º | 0.25% | 0.73% | - |
HSV(B) | 259.41º | 0.17% | 0.8% | - |
XYZ | 44.33 | 42.93 | 63.08 | - |
YUV | 177.17 | 143.14 | 130.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 170 | 204 | 0.11 | 0.17 | 0 | 0.2 | 259.41 | 0.25 | 0.73 |
Hex | B5 | AA | CC | B | 11 | 0 | 14 | 103 | 19 | 49 |
Octal | 265 | 252 | 314 | 13 | 21 | 0 | 24 | 403 | 31 | 111 |
Binary | 10110101 | 10101010 | 11001100 | 1011 | 10001 | 0 | 10100 | 100000011 | 11001 | 1001001 |
Color Harmonies of #B5AACC
Complementary color
Monochromatic Colors of #B5AACC
Black with #B5AACC
Text Example
Text Example
White with #B5AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AACC; }
p { color: rgb(181,170,204); }
H1.HeaderClassName
{
color: #B5AACC;
}
.AnyTagClassName
{
color: #B5AACC;
}
</style>
background-color css
<style>
a { background-color: #B5AACC; }
a { background-color: rgb(181,170,204); }
div.DivClassName
{
background-color: #B5AACC;
}
.BgClassName
{
background-color: #B5AACC;
}
</style>
border-color css
<style>
span { border-color: #B5AACC; }
span { border-color: rgb(181,170,204); }
td.TdClassName
{
border-color: #B5AACC;
}
.TagClassName
{
border-color: #B5AACC;
}
</style>