Shades of Moon Raker #BCB1D3
Tints of Moon Raker #BCB1D3
RGB
CMYK
RGB Variations
Color information
#BCB1D3 (or 0xBCB1D3) is known color: Moon Raker. HEX triplet: BC, B1 and D3. RGB value is (188,177,211). Sum of RGB (Red+Green+Blue) = 188+177+211=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCB1D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1D3 is #434E2C. Grayscale: #B8B8B8. Windows color (decimal): -4410925 or 13873596. OLE color: 13873596.
HSL color Cylindrical-coordinate representation of color #BCB1D3: hue angle of 259.41º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCB1D3 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 177 | 211 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.17 |
| HSL | 259.41º | 0.28% | 0.76% | - |
| HSV(B) | 259.41º | 0.16% | 0.83% | - |
| XYZ | 48.22 | 46.84 | 68.13 | - |
| YUV | 184.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 211 | 0.11 | 0.16 | 0 | 0.17 | 259.41 | 0.28 | 0.76 |
| Hex | BC | B1 | D3 | B | 10 | 0 | 11 | 103 | 1C | 4C |
| Octal | 274 | 261 | 323 | 13 | 20 | 0 | 21 | 403 | 34 | 114 |
| Binary | 10111100 | 10110001 | 11010011 | 1011 | 10000 | 0 | 10001 | 100000011 | 11100 | 1001100 |
Color Harmonies of #BCB1D3
Complementary color
Monochromatic Colors of #BCB1D3
Black with #BCB1D3
Text Example
Text Example
White with #BCB1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB1D3; }
p { color: rgb(188,177,211); }
H1.HeaderClassName
{
color: #BCB1D3;
}
.AnyTagClassName
{
color: #BCB1D3;
}
</style>
background-color css
<style>
a { background-color: #BCB1D3; }
a { background-color: rgb(188,177,211); }
div.DivClassName
{
background-color: #BCB1D3;
}
.BgClassName
{
background-color: #BCB1D3;
}
</style>
border-color css
<style>
span { border-color: #BCB1D3; }
span { border-color: rgb(188,177,211); }
td.TdClassName
{
border-color: #BCB1D3;
}
.TagClassName
{
border-color: #BCB1D3;
}
</style>