Shades of Moon Raker #BCAED1
Tints of Moon Raker #BCAED1
RGB
CMYK
RGB Variations
Color information
#BCAED1 (or 0xBCAED1) is known color: Moon Raker. HEX triplet: BC, AE and D1. RGB value is (188,174,209). Sum of RGB (Red+Green+Blue) = 188+174+209=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAED1 is #43512E. Grayscale: #B6B6B6. Windows color (decimal): -4411695 or 13741756. OLE color: 13741756.
HSL color Cylindrical-coordinate representation of color #BCAED1: hue angle of 264º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCAED1 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 174 | 209 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.18 |
| HSL | 264º | 0.28% | 0.75% | - |
| HSV(B) | 264º | 0.17% | 0.82% | - |
| XYZ | 47.38 | 45.57 | 66.62 | - |
| YUV | 182.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 209 | 0.10 | 0.17 | 0 | 0.18 | 264 | 0.28 | 0.75 |
| Hex | BC | AE | D1 | A | 11 | 0 | 12 | 108 | 1C | 4B |
| Octal | 274 | 256 | 321 | 12 | 21 | 0 | 22 | 410 | 34 | 113 |
| Binary | 10111100 | 10101110 | 11010001 | 1010 | 10001 | 0 | 10010 | 100001000 | 11100 | 1001011 |
Color Harmonies of #BCAED1
Complementary color
Monochromatic Colors of #BCAED1
Black with #BCAED1
Text Example
Text Example
White with #BCAED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAED1; }
p { color: rgb(188,174,209); }
H1.HeaderClassName
{
color: #BCAED1;
}
.AnyTagClassName
{
color: #BCAED1;
}
</style>
background-color css
<style>
a { background-color: #BCAED1; }
a { background-color: rgb(188,174,209); }
div.DivClassName
{
background-color: #BCAED1;
}
.BgClassName
{
background-color: #BCAED1;
}
</style>
border-color css
<style>
span { border-color: #BCAED1; }
span { border-color: rgb(188,174,209); }
td.TdClassName
{
border-color: #BCAED1;
}
.TagClassName
{
border-color: #BCAED1;
}
</style>