Shades of Moon Raker #BCB2CF
Tints of Moon Raker #BCB2CF
RGB
CMYK
RGB Variations
Color information
#BCB2CF (or 0xBCB2CF) is known color: Moon Raker. HEX triplet: BC, B2 and CF. RGB value is (188,178,207). Sum of RGB (Red+Green+Blue) = 188+178+207=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2CF is #434D30. Grayscale: #B8B8B8. Windows color (decimal): -4410673 or 13611708. OLE color: 13611708.
HSL color Cylindrical-coordinate representation of color #BCB2CF: hue angle of 260.69º degrees, saturation: 0.23, 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 #BCB2CF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 178 | 207 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.19 |
| HSL | 260.69º | 0.23% | 0.75% | - |
| HSV(B) | 260.69º | 0.14% | 0.81% | - |
| XYZ | 47.92 | 47.04 | 65.58 | - |
| YUV | 184.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 207 | 0.09 | 0.14 | 0 | 0.19 | 260.69 | 0.23 | 0.75 |
| Hex | BC | B2 | CF | 9 | E | 0 | 13 | 105 | 17 | 4B |
| Octal | 274 | 262 | 317 | 11 | 16 | 0 | 23 | 405 | 27 | 113 |
| Binary | 10111100 | 10110010 | 11001111 | 1001 | 1110 | 0 | 10011 | 100000101 | 10111 | 1001011 |
Color Harmonies of #BCB2CF
Complementary color
Monochromatic Colors of #BCB2CF
Black with #BCB2CF
Text Example
Text Example
White with #BCB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2CF; }
p { color: rgb(188,178,207); }
H1.HeaderClassName
{
color: #BCB2CF;
}
.AnyTagClassName
{
color: #BCB2CF;
}
</style>
background-color css
<style>
a { background-color: #BCB2CF; }
a { background-color: rgb(188,178,207); }
div.DivClassName
{
background-color: #BCB2CF;
}
.BgClassName
{
background-color: #BCB2CF;
}
</style>
border-color css
<style>
span { border-color: #BCB2CF; }
span { border-color: rgb(188,178,207); }
td.TdClassName
{
border-color: #BCB2CF;
}
.TagClassName
{
border-color: #BCB2CF;
}
</style>