Shades of Moon Raker #BCB2CB
Tints of Moon Raker #BCB2CB
RGB
CMYK
RGB Variations
Color information
#BCB2CB (or 0xBCB2CB) is known color: Moon Raker. HEX triplet: BC, B2 and CB. RGB value is (188,178,203). Sum of RGB (Red+Green+Blue) = 188+178+203=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2CB is #434D34. Grayscale: #B7B7B7. Windows color (decimal): -4410677 or 13349564. OLE color: 13349564.
HSL color Cylindrical-coordinate representation of color #BCB2CB: hue angle of 264º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB2CB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 178 | 203 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.20 |
| HSL | 264º | 0.19% | 0.75% | - |
| HSV(B) | 264º | 0.12% | 0.8% | - |
| XYZ | 47.44 | 46.84 | 63.04 | - |
| YUV | 183.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 203 | 0.07 | 0.12 | 0 | 0.20 | 264 | 0.19 | 0.75 |
| Hex | BC | B2 | CB | 7 | C | 0 | 14 | 108 | 13 | 4B |
| Octal | 274 | 262 | 313 | 7 | 14 | 0 | 24 | 410 | 23 | 113 |
| Binary | 10111100 | 10110010 | 11001011 | 111 | 1100 | 0 | 10100 | 100001000 | 10011 | 1001011 |
Color Harmonies of #BCB2CB
Complementary color
Monochromatic Colors of #BCB2CB
Black with #BCB2CB
Text Example
Text Example
White with #BCB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2CB; }
p { color: rgb(188,178,203); }
H1.HeaderClassName
{
color: #BCB2CB;
}
.AnyTagClassName
{
color: #BCB2CB;
}
</style>
background-color css
<style>
a { background-color: #BCB2CB; }
a { background-color: rgb(188,178,203); }
div.DivClassName
{
background-color: #BCB2CB;
}
.BgClassName
{
background-color: #BCB2CB;
}
</style>
border-color css
<style>
span { border-color: #BCB2CB; }
span { border-color: rgb(188,178,203); }
td.TdClassName
{
border-color: #BCB2CB;
}
.TagClassName
{
border-color: #BCB2CB;
}
</style>