Shades of Moon Raker #B8ACD0
Tints of Moon Raker #B8ACD0
RGB
CMYK
RGB Variations
Color information
#B8ACD0 (or 0xB8ACD0) is known color: Moon Raker. HEX triplet: B8, AC and D0. RGB value is (184,172,208). Sum of RGB (Red+Green+Blue) = 184+172+208=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #B8ACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACD0 is #47532F. Grayscale: #B3B3B3. Windows color (decimal): -4674352 or 13675704. OLE color: 13675704.
HSL color Cylindrical-coordinate representation of color #B8ACD0: hue angle of 260º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8ACD0 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 172 | 208 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.18 |
| HSL | 260º | 0.28% | 0.75% | - |
| HSV(B) | 260º | 0.17% | 0.82% | - |
| XYZ | 45.9 | 44.25 | 65.8 | - |
| YUV | 179.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 208 | 0.12 | 0.17 | 0 | 0.18 | 260 | 0.28 | 0.75 |
| Hex | B8 | AC | D0 | C | 11 | 0 | 12 | 104 | 1C | 4B |
| Octal | 270 | 254 | 320 | 14 | 21 | 0 | 22 | 404 | 34 | 113 |
| Binary | 10111000 | 10101100 | 11010000 | 1100 | 10001 | 0 | 10010 | 100000100 | 11100 | 1001011 |
Color Harmonies of #B8ACD0
Complementary color
Monochromatic Colors of #B8ACD0
Black with #B8ACD0
Text Example
Text Example
White with #B8ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ACD0; }
p { color: rgb(184,172,208); }
H1.HeaderClassName
{
color: #B8ACD0;
}
.AnyTagClassName
{
color: #B8ACD0;
}
</style>
background-color css
<style>
a { background-color: #B8ACD0; }
a { background-color: rgb(184,172,208); }
div.DivClassName
{
background-color: #B8ACD0;
}
.BgClassName
{
background-color: #B8ACD0;
}
</style>
border-color css
<style>
span { border-color: #B8ACD0; }
span { border-color: rgb(184,172,208); }
td.TdClassName
{
border-color: #B8ACD0;
}
.TagClassName
{
border-color: #B8ACD0;
}
</style>