Shades of Moon Raker #BCB0CA
Tints of Moon Raker #BCB0CA
RGB
CMYK
RGB Variations
Color information
#BCB0CA (or 0xBCB0CA) is known color: Moon Raker. HEX triplet: BC, B0 and CA. RGB value is (188,176,202). Sum of RGB (Red+Green+Blue) = 188+176+202=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0CA is #434F35. Grayscale: #B6B6B6. Windows color (decimal): -4411190 or 13283516. OLE color: 13283516.
HSL color Cylindrical-coordinate representation of color #BCB0CA: hue angle of 267.69º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB0CA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 176 | 202 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.21 |
| HSL | 267.69º | 0.2% | 0.74% | - |
| HSV(B) | 267.69º | 0.13% | 0.79% | - |
| XYZ | 46.93 | 46.01 | 62.28 | - |
| YUV | 182.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 202 | 0.07 | 0.13 | 0 | 0.21 | 267.69 | 0.2 | 0.74 |
| Hex | BC | B0 | CA | 7 | D | 0 | 15 | 10C | 14 | 4A |
| Octal | 274 | 260 | 312 | 7 | 15 | 0 | 25 | 414 | 24 | 112 |
| Binary | 10111100 | 10110000 | 11001010 | 111 | 1101 | 0 | 10101 | 100001100 | 10100 | 1001010 |
Color Harmonies of #BCB0CA
Complementary color
Monochromatic Colors of #BCB0CA
Black with #BCB0CA
Text Example
Text Example
White with #BCB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0CA; }
p { color: rgb(188,176,202); }
H1.HeaderClassName
{
color: #BCB0CA;
}
.AnyTagClassName
{
color: #BCB0CA;
}
</style>
background-color css
<style>
a { background-color: #BCB0CA; }
a { background-color: rgb(188,176,202); }
div.DivClassName
{
background-color: #BCB0CA;
}
.BgClassName
{
background-color: #BCB0CA;
}
</style>
border-color css
<style>
span { border-color: #BCB0CA; }
span { border-color: rgb(188,176,202); }
td.TdClassName
{
border-color: #BCB0CA;
}
.TagClassName
{
border-color: #BCB0CA;
}
</style>