Shades of Moon Raker #B4ACC6
Tints of Moon Raker #B4ACC6
RGB
CMYK
RGB Variations
Color information
#B4ACC6 (or 0xB4ACC6) is known color: Moon Raker. HEX triplet: B4, AC and C6. RGB value is (180,172,198). Sum of RGB (Red+Green+Blue) = 180+172+198=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 198 - color contains mainly: blue. Hex color #B4ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACC6 is #4B5339. Grayscale: #B1B1B1. Windows color (decimal): -4936506 or 13020340. OLE color: 13020340.
HSL color Cylindrical-coordinate representation of color #B4ACC6: hue angle of 258.46º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4ACC6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 172 | 198 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.22 |
| HSL | 258.46º | 0.19% | 0.73% | - |
| HSV(B) | 258.46º | 0.13% | 0.78% | - |
| XYZ | 43.77 | 43.29 | 59.47 | - |
| YUV | 177.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 172 | 198 | 0.09 | 0.13 | 0 | 0.22 | 258.46 | 0.19 | 0.73 |
| Hex | B4 | AC | C6 | 9 | D | 0 | 16 | 102 | 13 | 49 |
| Octal | 264 | 254 | 306 | 11 | 15 | 0 | 26 | 402 | 23 | 111 |
| Binary | 10110100 | 10101100 | 11000110 | 1001 | 1101 | 0 | 10110 | 100000010 | 10011 | 1001001 |
Color Harmonies of #B4ACC6
Complementary color
Monochromatic Colors of #B4ACC6
Black with #B4ACC6
Text Example
Text Example
White with #B4ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ACC6; }
p { color: rgb(180,172,198); }
H1.HeaderClassName
{
color: #B4ACC6;
}
.AnyTagClassName
{
color: #B4ACC6;
}
</style>
background-color css
<style>
a { background-color: #B4ACC6; }
a { background-color: rgb(180,172,198); }
div.DivClassName
{
background-color: #B4ACC6;
}
.BgClassName
{
background-color: #B4ACC6;
}
</style>
border-color css
<style>
span { border-color: #B4ACC6; }
span { border-color: rgb(180,172,198); }
td.TdClassName
{
border-color: #B4ACC6;
}
.TagClassName
{
border-color: #B4ACC6;
}
</style>