Shades of Moon Raker #BCB4CF
Tints of Moon Raker #BCB4CF
RGB
CMYK
RGB Variations
Color information
#BCB4CF (or 0xBCB4CF) is known color: Moon Raker. HEX triplet: BC, B4 and CF. RGB value is (188,180,207). Sum of RGB (Red+Green+Blue) = 188+180+207=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4CF is #434B30. Grayscale: #B9B9B9. Windows color (decimal): -4410161 or 13612220. OLE color: 13612220.
HSL color Cylindrical-coordinate representation of color #BCB4CF: hue angle of 257.78º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB4CF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 180 | 207 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.19 |
| HSL | 257.78º | 0.22% | 0.76% | - |
| HSV(B) | 257.78º | 0.13% | 0.81% | - |
| XYZ | 48.32 | 47.84 | 65.72 | - |
| YUV | 185.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 207 | 0.09 | 0.13 | 0 | 0.19 | 257.78 | 0.22 | 0.76 |
| Hex | BC | B4 | CF | 9 | D | 0 | 13 | 102 | 16 | 4C |
| Octal | 274 | 264 | 317 | 11 | 15 | 0 | 23 | 402 | 26 | 114 |
| Binary | 10111100 | 10110100 | 11001111 | 1001 | 1101 | 0 | 10011 | 100000010 | 10110 | 1001100 |
Color Harmonies of #BCB4CF
Complementary color
Monochromatic Colors of #BCB4CF
Black with #BCB4CF
Text Example
Text Example
White with #BCB4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4CF; }
p { color: rgb(188,180,207); }
H1.HeaderClassName
{
color: #BCB4CF;
}
.AnyTagClassName
{
color: #BCB4CF;
}
</style>
background-color css
<style>
a { background-color: #BCB4CF; }
a { background-color: rgb(188,180,207); }
div.DivClassName
{
background-color: #BCB4CF;
}
.BgClassName
{
background-color: #BCB4CF;
}
</style>
border-color css
<style>
span { border-color: #BCB4CF; }
span { border-color: rgb(188,180,207); }
td.TdClassName
{
border-color: #BCB4CF;
}
.TagClassName
{
border-color: #BCB4CF;
}
</style>