Shades of Moon Raker #BCAED6
Tints of Moon Raker #BCAED6
RGB
CMYK
RGB Variations
Color information
#BCAED6 (or 0xBCAED6) is known color: Moon Raker. HEX triplet: BC, AE and D6. RGB value is (188,174,214). Sum of RGB (Red+Green+Blue) = 188+174+214=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAED6 is #435129. Grayscale: #B6B6B6. Windows color (decimal): -4411690 or 14069436. OLE color: 14069436.
HSL color Cylindrical-coordinate representation of color #BCAED6: hue angle of 261º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCAED6 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 174 | 214 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.16 |
| HSL | 261º | 0.33% | 0.76% | - |
| HSV(B) | 261º | 0.19% | 0.84% | - |
| XYZ | 48.01 | 45.82 | 69.93 | - |
| YUV | 182.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 214 | 0.12 | 0.19 | 0 | 0.16 | 261 | 0.33 | 0.76 |
| Hex | BC | AE | D6 | C | 13 | 0 | 10 | 105 | 21 | 4C |
| Octal | 274 | 256 | 326 | 14 | 23 | 0 | 20 | 405 | 41 | 114 |
| Binary | 10111100 | 10101110 | 11010110 | 1100 | 10011 | 0 | 10000 | 100000101 | 100001 | 1001100 |
Color Harmonies of #BCAED6
Complementary color
Monochromatic Colors of #BCAED6
Black with #BCAED6
Text Example
Text Example
White with #BCAED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAED6; }
p { color: rgb(188,174,214); }
H1.HeaderClassName
{
color: #BCAED6;
}
.AnyTagClassName
{
color: #BCAED6;
}
</style>
background-color css
<style>
a { background-color: #BCAED6; }
a { background-color: rgb(188,174,214); }
div.DivClassName
{
background-color: #BCAED6;
}
.BgClassName
{
background-color: #BCAED6;
}
</style>
border-color css
<style>
span { border-color: #BCAED6; }
span { border-color: rgb(188,174,214); }
td.TdClassName
{
border-color: #BCAED6;
}
.TagClassName
{
border-color: #BCAED6;
}
</style>