Shades of Moon Raker #BCB1CF
Tints of Moon Raker #BCB1CF
RGB
CMYK
RGB Variations
Color information
#BCB1CF (or 0xBCB1CF) is known color: Moon Raker. HEX triplet: BC, B1 and CF. RGB value is (188,177,207). Sum of RGB (Red+Green+Blue) = 188+177+207=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1CF is #434E30. Grayscale: #B7B7B7. Windows color (decimal): -4410929 or 13611452. OLE color: 13611452.
HSL color Cylindrical-coordinate representation of color #BCB1CF: hue angle of 262º degrees, saturation: 0.24, 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 #BCB1CF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 177 | 207 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.19 |
| HSL | 262º | 0.24% | 0.75% | - |
| HSV(B) | 262º | 0.14% | 0.81% | - |
| XYZ | 47.72 | 46.64 | 65.52 | - |
| YUV | 183.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 207 | 0.09 | 0.14 | 0 | 0.19 | 262 | 0.24 | 0.75 |
| Hex | BC | B1 | CF | 9 | E | 0 | 13 | 106 | 18 | 4B |
| Octal | 274 | 261 | 317 | 11 | 16 | 0 | 23 | 406 | 30 | 113 |
| Binary | 10111100 | 10110001 | 11001111 | 1001 | 1110 | 0 | 10011 | 100000110 | 11000 | 1001011 |
Color Harmonies of #BCB1CF
Complementary color
Monochromatic Colors of #BCB1CF
Black with #BCB1CF
Text Example
Text Example
White with #BCB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB1CF; }
p { color: rgb(188,177,207); }
H1.HeaderClassName
{
color: #BCB1CF;
}
.AnyTagClassName
{
color: #BCB1CF;
}
</style>
background-color css
<style>
a { background-color: #BCB1CF; }
a { background-color: rgb(188,177,207); }
div.DivClassName
{
background-color: #BCB1CF;
}
.BgClassName
{
background-color: #BCB1CF;
}
</style>
border-color css
<style>
span { border-color: #BCB1CF; }
span { border-color: rgb(188,177,207); }
td.TdClassName
{
border-color: #BCB1CF;
}
.TagClassName
{
border-color: #BCB1CF;
}
</style>