Shades of Moon Raker #BCB0CC
Tints of Moon Raker #BCB0CC
RGB
CMYK
RGB Variations
Color information
#BCB0CC (or 0xBCB0CC) is known color: Moon Raker. HEX triplet: BC, B0 and CC. RGB value is (188,176,204). Sum of RGB (Red+Green+Blue) = 188+176+204=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCB0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0CC is #434F33. Grayscale: #B6B6B6. Windows color (decimal): -4411188 or 13414588. OLE color: 13414588.
HSL color Cylindrical-coordinate representation of color #BCB0CC: hue angle of 265.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB0CC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 176 | 204 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.2 |
| HSL | 265.71º | 0.22% | 0.75% | - |
| HSV(B) | 265.71º | 0.14% | 0.8% | - |
| XYZ | 47.16 | 46.1 | 63.54 | - |
| YUV | 182.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 204 | 0.08 | 0.14 | 0 | 0.2 | 265.71 | 0.22 | 0.75 |
| Hex | BC | B0 | CC | 8 | E | 0 | 14 | 10A | 16 | 4B |
| Octal | 274 | 260 | 314 | 10 | 16 | 0 | 24 | 412 | 26 | 113 |
| Binary | 10111100 | 10110000 | 11001100 | 1000 | 1110 | 0 | 10100 | 100001010 | 10110 | 1001011 |
Color Harmonies of #BCB0CC
Complementary color
Monochromatic Colors of #BCB0CC
Black with #BCB0CC
Text Example
Text Example
White with #BCB0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0CC; }
p { color: rgb(188,176,204); }
H1.HeaderClassName
{
color: #BCB0CC;
}
.AnyTagClassName
{
color: #BCB0CC;
}
</style>
background-color css
<style>
a { background-color: #BCB0CC; }
a { background-color: rgb(188,176,204); }
div.DivClassName
{
background-color: #BCB0CC;
}
.BgClassName
{
background-color: #BCB0CC;
}
</style>
border-color css
<style>
span { border-color: #BCB0CC; }
span { border-color: rgb(188,176,204); }
td.TdClassName
{
border-color: #BCB0CC;
}
.TagClassName
{
border-color: #BCB0CC;
}
</style>