Shades of Moon Raker #B6AACF
Tints of Moon Raker #B6AACF
RGB
CMYK
RGB Variations
Color information
#B6AACF (or 0xB6AACF) is known color: Moon Raker. HEX triplet: B6, AA and CF. RGB value is (182,170,207). Sum of RGB (Red+Green+Blue) = 182+170+207=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AACF is #495530. Grayscale: #B1B1B1. Windows color (decimal): -4805937 or 13609654. OLE color: 13609654.
HSL color Cylindrical-coordinate representation of color #B6AACF: hue angle of 259.46º 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 #B6AACF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 170 | 207 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.19 |
| HSL | 259.46º | 0.28% | 0.74% | - |
| HSV(B) | 259.46º | 0.18% | 0.81% | - |
| XYZ | 44.93 | 43.2 | 65 | - |
| YUV | 177.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 170 | 207 | 0.12 | 0.18 | 0 | 0.19 | 259.46 | 0.28 | 0.74 |
| Hex | B6 | AA | CF | C | 12 | 0 | 13 | 103 | 1C | 4A |
| Octal | 266 | 252 | 317 | 14 | 22 | 0 | 23 | 403 | 34 | 112 |
| Binary | 10110110 | 10101010 | 11001111 | 1100 | 10010 | 0 | 10011 | 100000011 | 11100 | 1001010 |
Color Harmonies of #B6AACF
Complementary color
Monochromatic Colors of #B6AACF
Black with #B6AACF
Text Example
Text Example
White with #B6AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AACF; }
p { color: rgb(182,170,207); }
H1.HeaderClassName
{
color: #B6AACF;
}
.AnyTagClassName
{
color: #B6AACF;
}
</style>
background-color css
<style>
a { background-color: #B6AACF; }
a { background-color: rgb(182,170,207); }
div.DivClassName
{
background-color: #B6AACF;
}
.BgClassName
{
background-color: #B6AACF;
}
</style>
border-color css
<style>
span { border-color: #B6AACF; }
span { border-color: rgb(182,170,207); }
td.TdClassName
{
border-color: #B6AACF;
}
.TagClassName
{
border-color: #B6AACF;
}
</style>