Shades of Moon Raker #BCAED5
Tints of Moon Raker #BCAED5
RGB
CMYK
RGB Variations
Color information
#BCAED5 (or 0xBCAED5) is known color: Moon Raker. HEX triplet: BC, AE and D5. RGB value is (188,174,213). Sum of RGB (Red+Green+Blue) = 188+174+213=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAED5 is #43512A. Grayscale: #B6B6B6. Windows color (decimal): -4411691 or 14003900. OLE color: 14003900.
HSL color Cylindrical-coordinate representation of color #BCAED5: hue angle of 261.54º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCAED5 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 174 | 213 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.16 |
| HSL | 261.54º | 0.32% | 0.76% | - |
| HSV(B) | 261.54º | 0.18% | 0.84% | - |
| XYZ | 47.89 | 45.77 | 69.26 | - |
| YUV | 182.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 213 | 0.12 | 0.18 | 0 | 0.16 | 261.54 | 0.32 | 0.76 |
| Hex | BC | AE | D5 | C | 12 | 0 | 10 | 106 | 20 | 4C |
| Octal | 274 | 256 | 325 | 14 | 22 | 0 | 20 | 406 | 40 | 114 |
| Binary | 10111100 | 10101110 | 11010101 | 1100 | 10010 | 0 | 10000 | 100000110 | 100000 | 1001100 |
Color Harmonies of #BCAED5
Complementary color
Monochromatic Colors of #BCAED5
Black with #BCAED5
Text Example
Text Example
White with #BCAED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAED5; }
p { color: rgb(188,174,213); }
H1.HeaderClassName
{
color: #BCAED5;
}
.AnyTagClassName
{
color: #BCAED5;
}
</style>
background-color css
<style>
a { background-color: #BCAED5; }
a { background-color: rgb(188,174,213); }
div.DivClassName
{
background-color: #BCAED5;
}
.BgClassName
{
background-color: #BCAED5;
}
</style>
border-color css
<style>
span { border-color: #BCAED5; }
span { border-color: rgb(188,174,213); }
td.TdClassName
{
border-color: #BCAED5;
}
.TagClassName
{
border-color: #BCAED5;
}
</style>