Shades of Moon Raker #BCB3C9
Tints of Moon Raker #BCB3C9
RGB
CMYK
RGB Variations
Color information
#BCB3C9 (or 0xBCB3C9) is known color: Moon Raker. HEX triplet: BC, B3 and C9. RGB value is (188,179,201). Sum of RGB (Red+Green+Blue) = 188+179+201=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCB3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3C9 is #434C36. Grayscale: #B8B8B8. Windows color (decimal): -4410423 or 13218748. OLE color: 13218748.
HSL color Cylindrical-coordinate representation of color #BCB3C9: hue angle of 264.55º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB3C9 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 179 | 201 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.21 |
| HSL | 264.55º | 0.17% | 0.75% | - |
| HSV(B) | 264.55º | 0.11% | 0.79% | - |
| XYZ | 47.4 | 47.15 | 61.86 | - |
| YUV | 184.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 201 | 0.06 | 0.11 | 0 | 0.21 | 264.55 | 0.17 | 0.75 |
| Hex | BC | B3 | C9 | 6 | B | 0 | 15 | 109 | 11 | 4B |
| Octal | 274 | 263 | 311 | 6 | 13 | 0 | 25 | 411 | 21 | 113 |
| Binary | 10111100 | 10110011 | 11001001 | 110 | 1011 | 0 | 10101 | 100001001 | 10001 | 1001011 |
Color Harmonies of #BCB3C9
Complementary color
Monochromatic Colors of #BCB3C9
Black with #BCB3C9
Text Example
Text Example
White with #BCB3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3C9; }
p { color: rgb(188,179,201); }
H1.HeaderClassName
{
color: #BCB3C9;
}
.AnyTagClassName
{
color: #BCB3C9;
}
</style>
background-color css
<style>
a { background-color: #BCB3C9; }
a { background-color: rgb(188,179,201); }
div.DivClassName
{
background-color: #BCB3C9;
}
.BgClassName
{
background-color: #BCB3C9;
}
</style>
border-color css
<style>
span { border-color: #BCB3C9; }
span { border-color: rgb(188,179,201); }
td.TdClassName
{
border-color: #BCB3C9;
}
.TagClassName
{
border-color: #BCB3C9;
}
</style>