Shades of Moon Raker #BCB3CA
Tints of Moon Raker #BCB3CA
RGB
CMYK
RGB Variations
Color information
#BCB3CA (or 0xBCB3CA) is known color: Moon Raker. HEX triplet: BC, B3 and CA. RGB value is (188,179,202). Sum of RGB (Red+Green+Blue) = 188+179+202=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3CA is #434C35. Grayscale: #B8B8B8. Windows color (decimal): -4410422 or 13284284. OLE color: 13284284.
HSL color Cylindrical-coordinate representation of color #BCB3CA: hue angle of 263.48º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB3CA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 179 | 202 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.21 |
| HSL | 263.48º | 0.18% | 0.75% | - |
| HSV(B) | 263.48º | 0.11% | 0.79% | - |
| XYZ | 47.52 | 47.2 | 62.48 | - |
| YUV | 184.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 202 | 0.07 | 0.11 | 0 | 0.21 | 263.48 | 0.18 | 0.75 |
| Hex | BC | B3 | CA | 7 | B | 0 | 15 | 107 | 12 | 4B |
| Octal | 274 | 263 | 312 | 7 | 13 | 0 | 25 | 407 | 22 | 113 |
| Binary | 10111100 | 10110011 | 11001010 | 111 | 1011 | 0 | 10101 | 100000111 | 10010 | 1001011 |
Color Harmonies of #BCB3CA
Complementary color
Monochromatic Colors of #BCB3CA
Black with #BCB3CA
Text Example
Text Example
White with #BCB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3CA; }
p { color: rgb(188,179,202); }
H1.HeaderClassName
{
color: #BCB3CA;
}
.AnyTagClassName
{
color: #BCB3CA;
}
</style>
background-color css
<style>
a { background-color: #BCB3CA; }
a { background-color: rgb(188,179,202); }
div.DivClassName
{
background-color: #BCB3CA;
}
.BgClassName
{
background-color: #BCB3CA;
}
</style>
border-color css
<style>
span { border-color: #BCB3CA; }
span { border-color: rgb(188,179,202); }
td.TdClassName
{
border-color: #BCB3CA;
}
.TagClassName
{
border-color: #BCB3CA;
}
</style>