Shades of Moon Raker #BDAECE
Tints of Moon Raker #BDAECE
RGB
CMYK
RGB Variations
Color information
#BDAECE (or 0xBDAECE) is known color: Moon Raker. HEX triplet: BD, AE and CE. RGB value is (189,174,206). Sum of RGB (Red+Green+Blue) = 189+174+206=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDAECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAECE is #425131. Grayscale: #B6B6B6. Windows color (decimal): -4346162 or 13545149. OLE color: 13545149.
HSL color Cylindrical-coordinate representation of color #BDAECE: hue angle of 268.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDAECE is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 189 | 174 | 206 | - |
CMYK | 0.08 | 0.16 | 0 | 0.19 |
HSL | 268.13º | 0.25% | 0.75% | - |
HSV(B) | 268.13º | 0.16% | 0.81% | - |
XYZ | 47.26 | 45.55 | 64.69 | - |
YUV | 182.13 | 141.47 | 132.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 174 | 206 | 0.08 | 0.16 | 0 | 0.19 | 268.13 | 0.25 | 0.75 |
Hex | BD | AE | CE | 8 | 10 | 0 | 13 | 10C | 19 | 4B |
Octal | 275 | 256 | 316 | 10 | 20 | 0 | 23 | 414 | 31 | 113 |
Binary | 10111101 | 10101110 | 11001110 | 1000 | 10000 | 0 | 10011 | 100001100 | 11001 | 1001011 |
Color Harmonies of #BDAECE
Complementary color
Monochromatic Colors of #BDAECE
Black with #BDAECE
Text Example
Text Example
White with #BDAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAECE; }
p { color: rgb(189,174,206); }
H1.HeaderClassName
{
color: #BDAECE;
}
.AnyTagClassName
{
color: #BDAECE;
}
</style>
background-color css
<style>
a { background-color: #BDAECE; }
a { background-color: rgb(189,174,206); }
div.DivClassName
{
background-color: #BDAECE;
}
.BgClassName
{
background-color: #BDAECE;
}
</style>
border-color css
<style>
span { border-color: #BDAECE; }
span { border-color: rgb(189,174,206); }
td.TdClassName
{
border-color: #BDAECE;
}
.TagClassName
{
border-color: #BDAECE;
}
</style>