Shades of Moon Raker #B8ADDA
Tints of Moon Raker #B8ADDA
RGB
CMYK
RGB Variations
Color information
#B8ADDA (or 0xB8ADDA) is known color: Moon Raker. HEX triplet: B8, AD and DA. RGB value is (184,173,218). Sum of RGB (Red+Green+Blue) = 184+173+218=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #B8ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADDA is #475225. Grayscale: #B5B5B5. Windows color (decimal): -4674086 or 14331320. OLE color: 14331320.
HSL color Cylindrical-coordinate representation of color #B8ADDA: hue angle of 254.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8ADDA is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 173 | 218 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.15 |
| HSL | 254.67º | 0.38% | 0.77% | - |
| HSV(B) | 254.67º | 0.21% | 0.85% | - |
| XYZ | 47.37 | 45.14 | 72.55 | - |
| YUV | 181.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 218 | 0.16 | 0.21 | 0 | 0.15 | 254.67 | 0.38 | 0.77 |
| Hex | B8 | AD | DA | 10 | 15 | 0 | F | FF | 26 | 4D |
| Octal | 270 | 255 | 332 | 20 | 25 | 0 | 17 | 377 | 46 | 115 |
| Binary | 10111000 | 10101101 | 11011010 | 10000 | 10101 | 0 | 1111 | 11111111 | 100110 | 1001101 |
Color Harmonies of #B8ADDA
Complementary color
Monochromatic Colors of #B8ADDA
Black with #B8ADDA
Text Example
Text Example
White with #B8ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADDA; }
p { color: rgb(184,173,218); }
H1.HeaderClassName
{
color: #B8ADDA;
}
.AnyTagClassName
{
color: #B8ADDA;
}
</style>
background-color css
<style>
a { background-color: #B8ADDA; }
a { background-color: rgb(184,173,218); }
div.DivClassName
{
background-color: #B8ADDA;
}
.BgClassName
{
background-color: #B8ADDA;
}
</style>
border-color css
<style>
span { border-color: #B8ADDA; }
span { border-color: rgb(184,173,218); }
td.TdClassName
{
border-color: #B8ADDA;
}
.TagClassName
{
border-color: #B8ADDA;
}
</style>