Shades of Moon Raker #BDAECC
Tints of Moon Raker #BDAECC
RGB
CMYK
RGB Variations
Color information
#BDAECC (or 0xBDAECC) is known color: Moon Raker. HEX triplet: BD, AE and CC. RGB value is (189,174,204). Sum of RGB (Red+Green+Blue) = 189+174+204=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAECC is #425133. Grayscale: #B5B5B5. Windows color (decimal): -4346164 or 13414077. OLE color: 13414077.
HSL color Cylindrical-coordinate representation of color #BDAECC: hue angle of 270º degrees, saturation: 0.23, 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 #BDAECC is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 189 | 174 | 204 | - |
CMYK | 0.07 | 0.15 | 0 | 0.2 |
HSL | 270º | 0.23% | 0.74% | - |
HSV(B) | 270º | 0.15% | 0.8% | - |
XYZ | 47.02 | 45.45 | 63.42 | - |
YUV | 181.91 | 140.47 | 133.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 174 | 204 | 0.07 | 0.15 | 0 | 0.2 | 270 | 0.23 | 0.74 |
Hex | BD | AE | CC | 7 | F | 0 | 14 | 10E | 17 | 4A |
Octal | 275 | 256 | 314 | 7 | 17 | 0 | 24 | 416 | 27 | 112 |
Binary | 10111101 | 10101110 | 11001100 | 111 | 1111 | 0 | 10100 | 100001110 | 10111 | 1001010 |
Color Harmonies of #BDAECC
Complementary color
Monochromatic Colors of #BDAECC
Black with #BDAECC
Text Example
Text Example
White with #BDAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAECC; }
p { color: rgb(189,174,204); }
H1.HeaderClassName
{
color: #BDAECC;
}
.AnyTagClassName
{
color: #BDAECC;
}
</style>
background-color css
<style>
a { background-color: #BDAECC; }
a { background-color: rgb(189,174,204); }
div.DivClassName
{
background-color: #BDAECC;
}
.BgClassName
{
background-color: #BDAECC;
}
</style>
border-color css
<style>
span { border-color: #BDAECC; }
span { border-color: rgb(189,174,204); }
td.TdClassName
{
border-color: #BDAECC;
}
.TagClassName
{
border-color: #BDAECC;
}
</style>