Shades of Moon Raker #BCB4CA
Tints of Moon Raker #BCB4CA
RGB
CMYK
RGB Variations
Color information
#BCB4CA (or 0xBCB4CA) is known color: Moon Raker. HEX triplet: BC, B4 and CA. RGB value is (188,180,202). Sum of RGB (Red+Green+Blue) = 188+180+202=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4CA is #434B35. Grayscale: #B8B8B8. Windows color (decimal): -4410166 or 13284540. OLE color: 13284540.
HSL color Cylindrical-coordinate representation of color #BCB4CA: hue angle of 261.82º 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 #BCB4CA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 180 | 202 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.21 |
| HSL | 261.82º | 0.17% | 0.75% | - |
| HSV(B) | 261.82º | 0.11% | 0.79% | - |
| XYZ | 47.72 | 47.6 | 62.55 | - |
| YUV | 184.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 202 | 0.07 | 0.11 | 0 | 0.21 | 261.82 | 0.17 | 0.75 |
| Hex | BC | B4 | CA | 7 | B | 0 | 15 | 106 | 11 | 4B |
| Octal | 274 | 264 | 312 | 7 | 13 | 0 | 25 | 406 | 21 | 113 |
| Binary | 10111100 | 10110100 | 11001010 | 111 | 1011 | 0 | 10101 | 100000110 | 10001 | 1001011 |
Color Harmonies of #BCB4CA
Complementary color
Monochromatic Colors of #BCB4CA
Black with #BCB4CA
Text Example
Text Example
White with #BCB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4CA; }
p { color: rgb(188,180,202); }
H1.HeaderClassName
{
color: #BCB4CA;
}
.AnyTagClassName
{
color: #BCB4CA;
}
</style>
background-color css
<style>
a { background-color: #BCB4CA; }
a { background-color: rgb(188,180,202); }
div.DivClassName
{
background-color: #BCB4CA;
}
.BgClassName
{
background-color: #BCB4CA;
}
</style>
border-color css
<style>
span { border-color: #BCB4CA; }
span { border-color: rgb(188,180,202); }
td.TdClassName
{
border-color: #BCB4CA;
}
.TagClassName
{
border-color: #BCB4CA;
}
</style>