Shades of Moon Raker #BDAECD
Tints of Moon Raker #BDAECD
RGB
CMYK
RGB Variations
Color information
#BDAECD (or 0xBDAECD) is known color: Moon Raker. HEX triplet: BD, AE and CD. RGB value is (189,174,205). Sum of RGB (Red+Green+Blue) = 189+174+205=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAECD is #425132. Grayscale: #B5B5B5. Windows color (decimal): -4346163 or 13479613. OLE color: 13479613.
HSL color Cylindrical-coordinate representation of color #BDAECD: hue angle of 269.03º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDAECD is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 174 | 205 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.20 |
| HSL | 269.03º | 0.24% | 0.74% | - |
| HSV(B) | 269.03º | 0.15% | 0.8% | - |
| XYZ | 47.14 | 45.5 | 64.06 | - |
| YUV | 182.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 205 | 0.08 | 0.15 | 0 | 0.20 | 269.03 | 0.24 | 0.74 |
| Hex | BD | AE | CD | 8 | F | 0 | 14 | 10D | 18 | 4A |
| Octal | 275 | 256 | 315 | 10 | 17 | 0 | 24 | 415 | 30 | 112 |
| Binary | 10111101 | 10101110 | 11001101 | 1000 | 1111 | 0 | 10100 | 100001101 | 11000 | 1001010 |
Color Harmonies of #BDAECD
Complementary color
Monochromatic Colors of #BDAECD
Black with #BDAECD
Text Example
Text Example
White with #BDAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAECD; }
p { color: rgb(189,174,205); }
H1.HeaderClassName
{
color: #BDAECD;
}
.AnyTagClassName
{
color: #BDAECD;
}
</style>
background-color css
<style>
a { background-color: #BDAECD; }
a { background-color: rgb(189,174,205); }
div.DivClassName
{
background-color: #BDAECD;
}
.BgClassName
{
background-color: #BDAECD;
}
</style>
border-color css
<style>
span { border-color: #BDAECD; }
span { border-color: rgb(189,174,205); }
td.TdClassName
{
border-color: #BDAECD;
}
.TagClassName
{
border-color: #BDAECD;
}
</style>