Shades of Moon Raker #B8ACD1
Tints of Moon Raker #B8ACD1
RGB
CMYK
RGB Variations
Color information
#B8ACD1 (or 0xB8ACD1) is known color: Moon Raker. HEX triplet: B8, AC and D1. RGB value is (184,172,209). Sum of RGB (Red+Green+Blue) = 184+172+209=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #B8ACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACD1 is #47532E. Grayscale: #B3B3B3. Windows color (decimal): -4674351 or 13741240. OLE color: 13741240.
HSL color Cylindrical-coordinate representation of color #B8ACD1: hue angle of 259.46º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8ACD1 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 172 | 209 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.18 |
| HSL | 259.46º | 0.29% | 0.75% | - |
| HSV(B) | 259.46º | 0.18% | 0.82% | - |
| XYZ | 46.03 | 44.3 | 66.45 | - |
| YUV | 179.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 209 | 0.12 | 0.18 | 0 | 0.18 | 259.46 | 0.29 | 0.75 |
| Hex | B8 | AC | D1 | C | 12 | 0 | 12 | 103 | 1D | 4B |
| Octal | 270 | 254 | 321 | 14 | 22 | 0 | 22 | 403 | 35 | 113 |
| Binary | 10111000 | 10101100 | 11010001 | 1100 | 10010 | 0 | 10010 | 100000011 | 11101 | 1001011 |
Color Harmonies of #B8ACD1
Complementary color
Monochromatic Colors of #B8ACD1
Black with #B8ACD1
Text Example
Text Example
White with #B8ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ACD1; }
p { color: rgb(184,172,209); }
H1.HeaderClassName
{
color: #B8ACD1;
}
.AnyTagClassName
{
color: #B8ACD1;
}
</style>
background-color css
<style>
a { background-color: #B8ACD1; }
a { background-color: rgb(184,172,209); }
div.DivClassName
{
background-color: #B8ACD1;
}
.BgClassName
{
background-color: #B8ACD1;
}
</style>
border-color css
<style>
span { border-color: #B8ACD1; }
span { border-color: rgb(184,172,209); }
td.TdClassName
{
border-color: #B8ACD1;
}
.TagClassName
{
border-color: #B8ACD1;
}
</style>