Shades of Moon Raker #B5AACF
Tints of Moon Raker #B5AACF
RGB
CMYK
RGB Variations
Color information
#B5AACF (or 0xB5AACF) is known color: Moon Raker. HEX triplet: B5, AA and CF. RGB value is (181,170,207). Sum of RGB (Red+Green+Blue) = 181+170+207=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AACF is #4A5530. Grayscale: #B1B1B1. Windows color (decimal): -4871473 or 13609653. OLE color: 13609653.
HSL color Cylindrical-coordinate representation of color #B5AACF: hue angle of 257.84º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5AACF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 170 | 207 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.19 |
| HSL | 257.84º | 0.28% | 0.74% | - |
| HSV(B) | 257.84º | 0.18% | 0.81% | - |
| XYZ | 44.69 | 43.08 | 64.99 | - |
| YUV | 177.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 207 | 0.13 | 0.18 | 0 | 0.19 | 257.84 | 0.28 | 0.74 |
| Hex | B5 | AA | CF | D | 12 | 0 | 13 | 102 | 1C | 4A |
| Octal | 265 | 252 | 317 | 15 | 22 | 0 | 23 | 402 | 34 | 112 |
| Binary | 10110101 | 10101010 | 11001111 | 1101 | 10010 | 0 | 10011 | 100000010 | 11100 | 1001010 |
Color Harmonies of #B5AACF
Complementary color
Monochromatic Colors of #B5AACF
Black with #B5AACF
Text Example
Text Example
White with #B5AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AACF; }
p { color: rgb(181,170,207); }
H1.HeaderClassName
{
color: #B5AACF;
}
.AnyTagClassName
{
color: #B5AACF;
}
</style>
background-color css
<style>
a { background-color: #B5AACF; }
a { background-color: rgb(181,170,207); }
div.DivClassName
{
background-color: #B5AACF;
}
.BgClassName
{
background-color: #B5AACF;
}
</style>
border-color css
<style>
span { border-color: #B5AACF; }
span { border-color: rgb(181,170,207); }
td.TdClassName
{
border-color: #B5AACF;
}
.TagClassName
{
border-color: #B5AACF;
}
</style>