Shades of Moon Raker #BCB1CC
Tints of Moon Raker #BCB1CC
RGB
CMYK
RGB Variations
Color information
#BCB1CC (or 0xBCB1CC) is known color: Moon Raker. HEX triplet: BC, B1 and CC. RGB value is (188,177,204). Sum of RGB (Red+Green+Blue) = 188+177+204=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCB1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1CC is #434E33. Grayscale: #B7B7B7. Windows color (decimal): -4410932 or 13414844. OLE color: 13414844.
HSL color Cylindrical-coordinate representation of color #BCB1CC: hue angle of 264.44º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB1CC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 177 | 204 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.2 |
| HSL | 264.44º | 0.21% | 0.75% | - |
| HSV(B) | 264.44º | 0.13% | 0.8% | - |
| XYZ | 47.36 | 46.5 | 63.61 | - |
| YUV | 183.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 204 | 0.08 | 0.13 | 0 | 0.2 | 264.44 | 0.21 | 0.75 |
| Hex | BC | B1 | CC | 8 | D | 0 | 14 | 108 | 15 | 4B |
| Octal | 274 | 261 | 314 | 10 | 15 | 0 | 24 | 410 | 25 | 113 |
| Binary | 10111100 | 10110001 | 11001100 | 1000 | 1101 | 0 | 10100 | 100001000 | 10101 | 1001011 |
Color Harmonies of #BCB1CC
Complementary color
Monochromatic Colors of #BCB1CC
Black with #BCB1CC
Text Example
Text Example
White with #BCB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB1CC; }
p { color: rgb(188,177,204); }
H1.HeaderClassName
{
color: #BCB1CC;
}
.AnyTagClassName
{
color: #BCB1CC;
}
</style>
background-color css
<style>
a { background-color: #BCB1CC; }
a { background-color: rgb(188,177,204); }
div.DivClassName
{
background-color: #BCB1CC;
}
.BgClassName
{
background-color: #BCB1CC;
}
</style>
border-color css
<style>
span { border-color: #BCB1CC; }
span { border-color: rgb(188,177,204); }
td.TdClassName
{
border-color: #BCB1CC;
}
.TagClassName
{
border-color: #BCB1CC;
}
</style>