Shades of Moon Raker #BDACE2
Tints of Moon Raker #BDACE2
RGB
CMYK
RGB Variations
Color information
#BDACE2 (or 0xBDACE2) is known color: Moon Raker. HEX triplet: BD, AC and E2. RGB value is (189,172,226). Sum of RGB (Red+Green+Blue) = 189+172+226=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACE2 is #42531D. Grayscale: #B7B7B7. Windows color (decimal): -4346654 or 14855357. OLE color: 14855357.
HSL color Cylindrical-coordinate representation of color #BDACE2: hue angle of 258.89º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDACE2 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 172 | 226 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.11 |
| HSL | 258.89º | 0.48% | 0.78% | - |
| HSV(B) | 258.89º | 0.24% | 0.89% | - |
| XYZ | 49.47 | 45.81 | 78.19 | - |
| YUV | 183.24 | 152.13 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 226 | 0.16 | 0.24 | 0 | 0.11 | 258.89 | 0.48 | 0.78 |
| Hex | BD | AC | E2 | 10 | 18 | 0 | B | 103 | 30 | 4E |
| Octal | 275 | 254 | 342 | 20 | 30 | 0 | 13 | 403 | 60 | 116 |
| Binary | 10111101 | 10101100 | 11100010 | 10000 | 11000 | 0 | 1011 | 100000011 | 110000 | 1001110 |
Color Harmonies of #BDACE2
Complementary color
Monochromatic Colors of #BDACE2
Black with #BDACE2
Text Example
Text Example
White with #BDACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACE2; }
p { color: rgb(189,172,226); }
H1.HeaderClassName
{
color: #BDACE2;
}
.AnyTagClassName
{
color: #BDACE2;
}
</style>
background-color css
<style>
a { background-color: #BDACE2; }
a { background-color: rgb(189,172,226); }
div.DivClassName
{
background-color: #BDACE2;
}
.BgClassName
{
background-color: #BDACE2;
}
</style>
border-color css
<style>
span { border-color: #BDACE2; }
span { border-color: rgb(189,172,226); }
td.TdClassName
{
border-color: #BDACE2;
}
.TagClassName
{
border-color: #BDACE2;
}
</style>