Shades of Moon Raker #BCABD3
Tints of Moon Raker #BCABD3
RGB
CMYK
RGB Variations
Color information
#BCABD3 (or 0xBCABD3) is known color: Moon Raker. HEX triplet: BC, AB and D3. RGB value is (188,171,211). Sum of RGB (Red+Green+Blue) = 188+171+211=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABD3 is #43542C. Grayscale: #B4B4B4. Windows color (decimal): -4412461 or 13872060. OLE color: 13872060.
HSL color Cylindrical-coordinate representation of color #BCABD3: hue angle of 265.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCABD3 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 171 | 211 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.17 |
| HSL | 265.5º | 0.31% | 0.75% | - |
| HSV(B) | 265.5º | 0.19% | 0.83% | - |
| XYZ | 47.06 | 44.52 | 67.74 | - |
| YUV | 180.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 211 | 0.11 | 0.19 | 0 | 0.17 | 265.5 | 0.31 | 0.75 |
| Hex | BC | AB | D3 | B | 13 | 0 | 11 | 10A | 1F | 4B |
| Octal | 274 | 253 | 323 | 13 | 23 | 0 | 21 | 412 | 37 | 113 |
| Binary | 10111100 | 10101011 | 11010011 | 1011 | 10011 | 0 | 10001 | 100001010 | 11111 | 1001011 |
Color Harmonies of #BCABD3
Complementary color
Monochromatic Colors of #BCABD3
Black with #BCABD3
Text Example
Text Example
White with #BCABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABD3; }
p { color: rgb(188,171,211); }
H1.HeaderClassName
{
color: #BCABD3;
}
.AnyTagClassName
{
color: #BCABD3;
}
</style>
background-color css
<style>
a { background-color: #BCABD3; }
a { background-color: rgb(188,171,211); }
div.DivClassName
{
background-color: #BCABD3;
}
.BgClassName
{
background-color: #BCABD3;
}
</style>
border-color css
<style>
span { border-color: #BCABD3; }
span { border-color: rgb(188,171,211); }
td.TdClassName
{
border-color: #BCABD3;
}
.TagClassName
{
border-color: #BCABD3;
}
</style>