Shades of Moon Raker #BCAFDD
Tints of Moon Raker #BCAFDD
RGB
CMYK
RGB Variations
Color information
#BCAFDD (or 0xBCAFDD) is known color: Moon Raker. HEX triplet: BC, AF and DD. RGB value is (188,175,221). Sum of RGB (Red+Green+Blue) = 188+175+221=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFDD is #435022. Grayscale: #B7B7B7. Windows color (decimal): -4411427 or 14528444. OLE color: 14528444.
HSL color Cylindrical-coordinate representation of color #BCAFDD: hue angle of 256.96º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCAFDD is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 175 | 221 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.13 |
| HSL | 256.96º | 0.4% | 0.78% | - |
| HSV(B) | 256.96º | 0.21% | 0.87% | - |
| XYZ | 49.12 | 46.57 | 74.81 | - |
| YUV | 184.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 221 | 0.15 | 0.21 | 0 | 0.13 | 256.96 | 0.4 | 0.78 |
| Hex | BC | AF | DD | F | 15 | 0 | D | 101 | 28 | 4E |
| Octal | 274 | 257 | 335 | 17 | 25 | 0 | 15 | 401 | 50 | 116 |
| Binary | 10111100 | 10101111 | 11011101 | 1111 | 10101 | 0 | 1101 | 100000001 | 101000 | 1001110 |
Color Harmonies of #BCAFDD
Complementary color
Monochromatic Colors of #BCAFDD
Black with #BCAFDD
Text Example
Text Example
White with #BCAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFDD; }
p { color: rgb(188,175,221); }
H1.HeaderClassName
{
color: #BCAFDD;
}
.AnyTagClassName
{
color: #BCAFDD;
}
</style>
background-color css
<style>
a { background-color: #BCAFDD; }
a { background-color: rgb(188,175,221); }
div.DivClassName
{
background-color: #BCAFDD;
}
.BgClassName
{
background-color: #BCAFDD;
}
</style>
border-color css
<style>
span { border-color: #BCAFDD; }
span { border-color: rgb(188,175,221); }
td.TdClassName
{
border-color: #BCAFDD;
}
.TagClassName
{
border-color: #BCAFDD;
}
</style>