Shades of Moon Raker #BCB2CE
Tints of Moon Raker #BCB2CE
RGB
CMYK
RGB Variations
Color information
#BCB2CE (or 0xBCB2CE) is known color: Moon Raker. HEX triplet: BC, B2 and CE. RGB value is (188,178,206). Sum of RGB (Red+Green+Blue) = 188+178+206=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCB2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2CE is #434D31. Grayscale: #B8B8B8. Windows color (decimal): -4410674 or 13546172. OLE color: 13546172.
HSL color Cylindrical-coordinate representation of color #BCB2CE: hue angle of 261.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB2CE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 178 | 206 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.19 |
| HSL | 261.43º | 0.22% | 0.75% | - |
| HSV(B) | 261.43º | 0.14% | 0.81% | - |
| XYZ | 47.8 | 46.99 | 64.94 | - |
| YUV | 184.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 206 | 0.09 | 0.14 | 0 | 0.19 | 261.43 | 0.22 | 0.75 |
| Hex | BC | B2 | CE | 9 | E | 0 | 13 | 105 | 16 | 4B |
| Octal | 274 | 262 | 316 | 11 | 16 | 0 | 23 | 405 | 26 | 113 |
| Binary | 10111100 | 10110010 | 11001110 | 1001 | 1110 | 0 | 10011 | 100000101 | 10110 | 1001011 |
Color Harmonies of #BCB2CE
Complementary color
Monochromatic Colors of #BCB2CE
Black with #BCB2CE
Text Example
Text Example
White with #BCB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2CE; }
p { color: rgb(188,178,206); }
H1.HeaderClassName
{
color: #BCB2CE;
}
.AnyTagClassName
{
color: #BCB2CE;
}
</style>
background-color css
<style>
a { background-color: #BCB2CE; }
a { background-color: rgb(188,178,206); }
div.DivClassName
{
background-color: #BCB2CE;
}
.BgClassName
{
background-color: #BCB2CE;
}
</style>
border-color css
<style>
span { border-color: #BCB2CE; }
span { border-color: rgb(188,178,206); }
td.TdClassName
{
border-color: #BCB2CE;
}
.TagClassName
{
border-color: #BCB2CE;
}
</style>