Shades of Moon Raker #B8ACDC
Tints of Moon Raker #B8ACDC
RGB
CMYK
RGB Variations
Color information
#B8ACDC (or 0xB8ACDC) is known color: Moon Raker. HEX triplet: B8, AC and DC. RGB value is (184,172,220). Sum of RGB (Red+Green+Blue) = 184+172+220=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACDC is #475323. Grayscale: #B4B4B4. Windows color (decimal): -4674340 or 14462136. OLE color: 14462136.
HSL color Cylindrical-coordinate representation of color #B8ACDC: hue angle of 255º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ACDC is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 172 | 220 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.14 |
| HSL | 255º | 0.41% | 0.77% | - |
| HSV(B) | 255º | 0.22% | 0.86% | - |
| XYZ | 47.44 | 44.86 | 73.87 | - |
| YUV | 181.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 220 | 0.16 | 0.22 | 0 | 0.14 | 255 | 0.41 | 0.77 |
| Hex | B8 | AC | DC | 10 | 16 | 0 | E | FF | 29 | 4D |
| Octal | 270 | 254 | 334 | 20 | 26 | 0 | 16 | 377 | 51 | 115 |
| Binary | 10111000 | 10101100 | 11011100 | 10000 | 10110 | 0 | 1110 | 11111111 | 101001 | 1001101 |
Color Harmonies of #B8ACDC
Complementary color
Monochromatic Colors of #B8ACDC
Black with #B8ACDC
Text Example
Text Example
White with #B8ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ACDC; }
p { color: rgb(184,172,220); }
H1.HeaderClassName
{
color: #B8ACDC;
}
.AnyTagClassName
{
color: #B8ACDC;
}
</style>
background-color css
<style>
a { background-color: #B8ACDC; }
a { background-color: rgb(184,172,220); }
div.DivClassName
{
background-color: #B8ACDC;
}
.BgClassName
{
background-color: #B8ACDC;
}
</style>
border-color css
<style>
span { border-color: #B8ACDC; }
span { border-color: rgb(184,172,220); }
td.TdClassName
{
border-color: #B8ACDC;
}
.TagClassName
{
border-color: #B8ACDC;
}
</style>