Shades of Moon Raker #BCACDF
Tints of Moon Raker #BCACDF
RGB
CMYK
RGB Variations
Color information
#BCACDF (or 0xBCACDF) is known color: Moon Raker. HEX triplet: BC, AC and DF. RGB value is (188,172,223). Sum of RGB (Red+Green+Blue) = 188+172+223=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACDF is #435320. Grayscale: #B6B6B6. Windows color (decimal): -4412193 or 14658748. OLE color: 14658748.
HSL color Cylindrical-coordinate representation of color #BCACDF: hue angle of 258.82º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCACDF is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 172 | 223 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.13 |
| HSL | 258.82º | 0.44% | 0.77% | - |
| HSV(B) | 258.82º | 0.23% | 0.87% | - |
| XYZ | 48.81 | 45.52 | 76.03 | - |
| YUV | 182.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 223 | 0.16 | 0.23 | 0 | 0.13 | 258.82 | 0.44 | 0.77 |
| Hex | BC | AC | DF | 10 | 17 | 0 | D | 103 | 2C | 4D |
| Octal | 274 | 254 | 337 | 20 | 27 | 0 | 15 | 403 | 54 | 115 |
| Binary | 10111100 | 10101100 | 11011111 | 10000 | 10111 | 0 | 1101 | 100000011 | 101100 | 1001101 |
Color Harmonies of #BCACDF
Complementary color
Monochromatic Colors of #BCACDF
Black with #BCACDF
Text Example
Text Example
White with #BCACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACDF; }
p { color: rgb(188,172,223); }
H1.HeaderClassName
{
color: #BCACDF;
}
.AnyTagClassName
{
color: #BCACDF;
}
</style>
background-color css
<style>
a { background-color: #BCACDF; }
a { background-color: rgb(188,172,223); }
div.DivClassName
{
background-color: #BCACDF;
}
.BgClassName
{
background-color: #BCACDF;
}
</style>
border-color css
<style>
span { border-color: #BCACDF; }
span { border-color: rgb(188,172,223); }
td.TdClassName
{
border-color: #BCACDF;
}
.TagClassName
{
border-color: #BCACDF;
}
</style>