Shades of Moon Raker #BCA9D7
Tints of Moon Raker #BCA9D7
RGB
CMYK
RGB Variations
Color information
#BCA9D7 (or 0xBCA9D7) is known color: Moon Raker. HEX triplet: BC, A9 and D7. RGB value is (188,169,215). Sum of RGB (Red+Green+Blue) = 188+169+215=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCA9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9D7 is #435628. Grayscale: #B3B3B3. Windows color (decimal): -4412969 or 14133692. OLE color: 14133692.
HSL color Cylindrical-coordinate representation of color #BCA9D7: hue angle of 264.78º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCA9D7 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 169 | 215 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.16 |
| HSL | 264.78º | 0.37% | 0.75% | - |
| HSV(B) | 264.78º | 0.21% | 0.84% | - |
| XYZ | 47.19 | 43.97 | 70.29 | - |
| YUV | 179.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 215 | 0.13 | 0.21 | 0 | 0.16 | 264.78 | 0.37 | 0.75 |
| Hex | BC | A9 | D7 | D | 15 | 0 | 10 | 109 | 25 | 4B |
| Octal | 274 | 251 | 327 | 15 | 25 | 0 | 20 | 411 | 45 | 113 |
| Binary | 10111100 | 10101001 | 11010111 | 1101 | 10101 | 0 | 10000 | 100001001 | 100101 | 1001011 |
Color Harmonies of #BCA9D7
Complementary color
Monochromatic Colors of #BCA9D7
Black with #BCA9D7
Text Example
Text Example
White with #BCA9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA9D7; }
p { color: rgb(188,169,215); }
H1.HeaderClassName
{
color: #BCA9D7;
}
.AnyTagClassName
{
color: #BCA9D7;
}
</style>
background-color css
<style>
a { background-color: #BCA9D7; }
a { background-color: rgb(188,169,215); }
div.DivClassName
{
background-color: #BCA9D7;
}
.BgClassName
{
background-color: #BCA9D7;
}
</style>
border-color css
<style>
span { border-color: #BCA9D7; }
span { border-color: rgb(188,169,215); }
td.TdClassName
{
border-color: #BCA9D7;
}
.TagClassName
{
border-color: #BCA9D7;
}
</style>