Shades of Moon Raker #BCAED8
Tints of Moon Raker #BCAED8
RGB
CMYK
RGB Variations
Color information
#BCAED8 (or 0xBCAED8) is known color: Moon Raker. HEX triplet: BC, AE and D8. RGB value is (188,174,216). Sum of RGB (Red+Green+Blue) = 188+174+216=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAED8 is #435127. Grayscale: #B6B6B6. Windows color (decimal): -4411688 or 14200508. OLE color: 14200508.
HSL color Cylindrical-coordinate representation of color #BCAED8: hue angle of 260º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCAED8 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 174 | 216 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.15 |
| HSL | 260º | 0.35% | 0.76% | - |
| HSV(B) | 260º | 0.19% | 0.85% | - |
| XYZ | 48.27 | 45.92 | 71.29 | - |
| YUV | 182.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 216 | 0.13 | 0.19 | 0 | 0.15 | 260 | 0.35 | 0.76 |
| Hex | BC | AE | D8 | D | 13 | 0 | F | 104 | 23 | 4C |
| Octal | 274 | 256 | 330 | 15 | 23 | 0 | 17 | 404 | 43 | 114 |
| Binary | 10111100 | 10101110 | 11011000 | 1101 | 10011 | 0 | 1111 | 100000100 | 100011 | 1001100 |
Color Harmonies of #BCAED8
Complementary color
Monochromatic Colors of #BCAED8
Black with #BCAED8
Text Example
Text Example
White with #BCAED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAED8; }
p { color: rgb(188,174,216); }
H1.HeaderClassName
{
color: #BCAED8;
}
.AnyTagClassName
{
color: #BCAED8;
}
</style>
background-color css
<style>
a { background-color: #BCAED8; }
a { background-color: rgb(188,174,216); }
div.DivClassName
{
background-color: #BCAED8;
}
.BgClassName
{
background-color: #BCAED8;
}
</style>
border-color css
<style>
span { border-color: #BCAED8; }
span { border-color: rgb(188,174,216); }
td.TdClassName
{
border-color: #BCAED8;
}
.TagClassName
{
border-color: #BCAED8;
}
</style>