Shades of Moon Raker #BCB0CB
Tints of Moon Raker #BCB0CB
RGB
CMYK
RGB Variations
Color information
#BCB0CB (or 0xBCB0CB) is known color: Moon Raker. HEX triplet: BC, B0 and CB. RGB value is (188,176,203). Sum of RGB (Red+Green+Blue) = 188+176+203=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0CB is #434F34. Grayscale: #B6B6B6. Windows color (decimal): -4411189 or 13349052. OLE color: 13349052.
HSL color Cylindrical-coordinate representation of color #BCB0CB: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB0CB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 176 | 203 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.20 |
| HSL | 266.67º | 0.21% | 0.74% | - |
| HSV(B) | 266.67º | 0.13% | 0.8% | - |
| XYZ | 47.04 | 46.05 | 62.91 | - |
| YUV | 182.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 203 | 0.07 | 0.13 | 0 | 0.20 | 266.67 | 0.21 | 0.74 |
| Hex | BC | B0 | CB | 7 | D | 0 | 14 | 10B | 15 | 4A |
| Octal | 274 | 260 | 313 | 7 | 15 | 0 | 24 | 413 | 25 | 112 |
| Binary | 10111100 | 10110000 | 11001011 | 111 | 1101 | 0 | 10100 | 100001011 | 10101 | 1001010 |
Color Harmonies of #BCB0CB
Complementary color
Monochromatic Colors of #BCB0CB
Black with #BCB0CB
Text Example
Text Example
White with #BCB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0CB; }
p { color: rgb(188,176,203); }
H1.HeaderClassName
{
color: #BCB0CB;
}
.AnyTagClassName
{
color: #BCB0CB;
}
</style>
background-color css
<style>
a { background-color: #BCB0CB; }
a { background-color: rgb(188,176,203); }
div.DivClassName
{
background-color: #BCB0CB;
}
.BgClassName
{
background-color: #BCB0CB;
}
</style>
border-color css
<style>
span { border-color: #BCB0CB; }
span { border-color: rgb(188,176,203); }
td.TdClassName
{
border-color: #BCB0CB;
}
.TagClassName
{
border-color: #BCB0CB;
}
</style>