Shades of Moon Raker #BCB4CC
Tints of Moon Raker #BCB4CC
RGB
CMYK
RGB Variations
Color information
#BCB4CC (or 0xBCB4CC) is known color: Moon Raker. HEX triplet: BC, B4 and CC. RGB value is (188,180,204). Sum of RGB (Red+Green+Blue) = 188+180+204=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCB4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4CC is #434B33. Grayscale: #B9B9B9. Windows color (decimal): -4410164 or 13415612. OLE color: 13415612.
HSL color Cylindrical-coordinate representation of color #BCB4CC: hue angle of 260º 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 #BCB4CC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 180 | 204 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.2 |
| HSL | 260º | 0.19% | 0.75% | - |
| HSV(B) | 260º | 0.12% | 0.8% | - |
| XYZ | 47.96 | 47.69 | 63.8 | - |
| YUV | 185.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 204 | 0.08 | 0.12 | 0 | 0.2 | 260 | 0.19 | 0.75 |
| Hex | BC | B4 | CC | 8 | C | 0 | 14 | 104 | 13 | 4B |
| Octal | 274 | 264 | 314 | 10 | 14 | 0 | 24 | 404 | 23 | 113 |
| Binary | 10111100 | 10110100 | 11001100 | 1000 | 1100 | 0 | 10100 | 100000100 | 10011 | 1001011 |
Color Harmonies of #BCB4CC
Complementary color
Monochromatic Colors of #BCB4CC
Black with #BCB4CC
Text Example
Text Example
White with #BCB4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4CC; }
p { color: rgb(188,180,204); }
H1.HeaderClassName
{
color: #BCB4CC;
}
.AnyTagClassName
{
color: #BCB4CC;
}
</style>
background-color css
<style>
a { background-color: #BCB4CC; }
a { background-color: rgb(188,180,204); }
div.DivClassName
{
background-color: #BCB4CC;
}
.BgClassName
{
background-color: #BCB4CC;
}
</style>
border-color css
<style>
span { border-color: #BCB4CC; }
span { border-color: rgb(188,180,204); }
td.TdClassName
{
border-color: #BCB4CC;
}
.TagClassName
{
border-color: #BCB4CC;
}
</style>