Shades of Moon Raker #B8ACD7
Tints of Moon Raker #B8ACD7
RGB
CMYK
RGB Variations
Color information
#B8ACD7 (or 0xB8ACD7) is known color: Moon Raker. HEX triplet: B8, AC and D7. RGB value is (184,172,215). Sum of RGB (Red+Green+Blue) = 184+172+215=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #B8ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACD7 is #475328. Grayscale: #B4B4B4. Windows color (decimal): -4674345 or 14134456. OLE color: 14134456.
HSL color Cylindrical-coordinate representation of color #B8ACD7: hue angle of 256.74º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8ACD7 is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 172 | 215 | - |
| CMYK | 0.14 | 0.2 | 0 | 0.16 |
| HSL | 256.74º | 0.35% | 0.76% | - |
| HSV(B) | 256.74º | 0.2% | 0.84% | - |
| XYZ | 46.79 | 44.6 | 70.43 | - |
| YUV | 180.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 215 | 0.14 | 0.2 | 0 | 0.16 | 256.74 | 0.35 | 0.76 |
| Hex | B8 | AC | D7 | E | 14 | 0 | 10 | 101 | 23 | 4C |
| Octal | 270 | 254 | 327 | 16 | 24 | 0 | 20 | 401 | 43 | 114 |
| Binary | 10111000 | 10101100 | 11010111 | 1110 | 10100 | 0 | 10000 | 100000001 | 100011 | 1001100 |
Color Harmonies of #B8ACD7
Complementary color
Monochromatic Colors of #B8ACD7
Black with #B8ACD7
Text Example
Text Example
White with #B8ACD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ACD7; }
p { color: rgb(184,172,215); }
H1.HeaderClassName
{
color: #B8ACD7;
}
.AnyTagClassName
{
color: #B8ACD7;
}
</style>
background-color css
<style>
a { background-color: #B8ACD7; }
a { background-color: rgb(184,172,215); }
div.DivClassName
{
background-color: #B8ACD7;
}
.BgClassName
{
background-color: #B8ACD7;
}
</style>
border-color css
<style>
span { border-color: #B8ACD7; }
span { border-color: rgb(184,172,215); }
td.TdClassName
{
border-color: #B8ACD7;
}
.TagClassName
{
border-color: #B8ACD7;
}
</style>