Shades of Moon Raker #BCAFDB
Tints of Moon Raker #BCAFDB
RGB
CMYK
RGB Variations
Color information
#BCAFDB (or 0xBCAFDB) is known color: Moon Raker. HEX triplet: BC, AF and DB. RGB value is (188,175,219). Sum of RGB (Red+Green+Blue) = 188+175+219=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFDB is #435024. Grayscale: #B7B7B7. Windows color (decimal): -4411429 or 14397372. OLE color: 14397372.
HSL color Cylindrical-coordinate representation of color #BCAFDB: hue angle of 257.73º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCAFDB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 175 | 219 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.14 |
| HSL | 257.73º | 0.38% | 0.77% | - |
| HSV(B) | 257.73º | 0.2% | 0.86% | - |
| XYZ | 48.86 | 46.47 | 73.41 | - |
| YUV | 183.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 219 | 0.14 | 0.20 | 0 | 0.14 | 257.73 | 0.38 | 0.77 |
| Hex | BC | AF | DB | E | 14 | 0 | E | 102 | 26 | 4D |
| Octal | 274 | 257 | 333 | 16 | 24 | 0 | 16 | 402 | 46 | 115 |
| Binary | 10111100 | 10101111 | 11011011 | 1110 | 10100 | 0 | 1110 | 100000010 | 100110 | 1001101 |
Color Harmonies of #BCAFDB
Complementary color
Monochromatic Colors of #BCAFDB
Black with #BCAFDB
Text Example
Text Example
White with #BCAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFDB; }
p { color: rgb(188,175,219); }
H1.HeaderClassName
{
color: #BCAFDB;
}
.AnyTagClassName
{
color: #BCAFDB;
}
</style>
background-color css
<style>
a { background-color: #BCAFDB; }
a { background-color: rgb(188,175,219); }
div.DivClassName
{
background-color: #BCAFDB;
}
.BgClassName
{
background-color: #BCAFDB;
}
</style>
border-color css
<style>
span { border-color: #BCAFDB; }
span { border-color: rgb(188,175,219); }
td.TdClassName
{
border-color: #BCAFDB;
}
.TagClassName
{
border-color: #BCAFDB;
}
</style>