Shades of Moon Raker #BCAED7
Tints of Moon Raker #BCAED7
RGB
CMYK
RGB Variations
Color information
#BCAED7 (or 0xBCAED7) is known color: Moon Raker. HEX triplet: BC, AE and D7. RGB value is (188,174,215). Sum of RGB (Red+Green+Blue) = 188+174+215=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAED7 is #435128. Grayscale: #B6B6B6. Windows color (decimal): -4411689 or 14134972. OLE color: 14134972.
HSL color Cylindrical-coordinate representation of color #BCAED7: hue angle of 260.49º degrees, saturation: 0.34, 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 #BCAED7 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 174 | 215 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.16 |
| HSL | 260.49º | 0.34% | 0.76% | - |
| HSV(B) | 260.49º | 0.19% | 0.84% | - |
| XYZ | 48.14 | 45.87 | 70.61 | - |
| YUV | 182.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 215 | 0.13 | 0.19 | 0 | 0.16 | 260.49 | 0.34 | 0.76 |
| Hex | BC | AE | D7 | D | 13 | 0 | 10 | 104 | 22 | 4C |
| Octal | 274 | 256 | 327 | 15 | 23 | 0 | 20 | 404 | 42 | 114 |
| Binary | 10111100 | 10101110 | 11010111 | 1101 | 10011 | 0 | 10000 | 100000100 | 100010 | 1001100 |
Color Harmonies of #BCAED7
Complementary color
Monochromatic Colors of #BCAED7
Black with #BCAED7
Text Example
Text Example
White with #BCAED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAED7; }
p { color: rgb(188,174,215); }
H1.HeaderClassName
{
color: #BCAED7;
}
.AnyTagClassName
{
color: #BCAED7;
}
</style>
background-color css
<style>
a { background-color: #BCAED7; }
a { background-color: rgb(188,174,215); }
div.DivClassName
{
background-color: #BCAED7;
}
.BgClassName
{
background-color: #BCAED7;
}
</style>
border-color css
<style>
span { border-color: #BCAED7; }
span { border-color: rgb(188,174,215); }
td.TdClassName
{
border-color: #BCAED7;
}
.TagClassName
{
border-color: #BCAED7;
}
</style>