Shades of Moon Raker #BCB1D8
Tints of Moon Raker #BCB1D8
RGB
CMYK
RGB Variations
Color information
#BCB1D8 (or 0xBCB1D8) is known color: Moon Raker. HEX triplet: BC, B1 and D8. RGB value is (188,177,216). Sum of RGB (Red+Green+Blue) = 188+177+216=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCB1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1D8 is #434E27. Grayscale: #B8B8B8. Windows color (decimal): -4410920 or 14201276. OLE color: 14201276.
HSL color Cylindrical-coordinate representation of color #BCB1D8: hue angle of 256.92º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCB1D8 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 177 | 216 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.15 |
| HSL | 256.92º | 0.33% | 0.77% | - |
| HSV(B) | 256.92º | 0.18% | 0.85% | - |
| XYZ | 48.86 | 47.09 | 71.48 | - |
| YUV | 184.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 216 | 0.13 | 0.18 | 0 | 0.15 | 256.92 | 0.33 | 0.77 |
| Hex | BC | B1 | D8 | D | 12 | 0 | F | 101 | 21 | 4D |
| Octal | 274 | 261 | 330 | 15 | 22 | 0 | 17 | 401 | 41 | 115 |
| Binary | 10111100 | 10110001 | 11011000 | 1101 | 10010 | 0 | 1111 | 100000001 | 100001 | 1001101 |
Color Harmonies of #BCB1D8
Complementary color
Monochromatic Colors of #BCB1D8
Black with #BCB1D8
Text Example
Text Example
White with #BCB1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB1D8; }
p { color: rgb(188,177,216); }
H1.HeaderClassName
{
color: #BCB1D8;
}
.AnyTagClassName
{
color: #BCB1D8;
}
</style>
background-color css
<style>
a { background-color: #BCB1D8; }
a { background-color: rgb(188,177,216); }
div.DivClassName
{
background-color: #BCB1D8;
}
.BgClassName
{
background-color: #BCB1D8;
}
</style>
border-color css
<style>
span { border-color: #BCB1D8; }
span { border-color: rgb(188,177,216); }
td.TdClassName
{
border-color: #BCB1D8;
}
.TagClassName
{
border-color: #BCB1D8;
}
</style>