Shades of Moon Raker #BCACCF
Tints of Moon Raker #BCACCF
RGB
CMYK
RGB Variations
Color information
#BCACCF (or 0xBCACCF) is known color: Moon Raker. HEX triplet: BC, AC and CF. RGB value is (188,172,207). Sum of RGB (Red+Green+Blue) = 188+172+207=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACCF is #435330. Grayscale: #B4B4B4. Windows color (decimal): -4412209 or 13610172. OLE color: 13610172.
HSL color Cylindrical-coordinate representation of color #BCACCF: hue angle of 267.43º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCACCF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 172 | 207 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.19 |
| HSL | 267.43º | 0.27% | 0.74% | - |
| HSV(B) | 267.43º | 0.17% | 0.81% | - |
| XYZ | 46.75 | 44.7 | 65.2 | - |
| YUV | 180.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 207 | 0.09 | 0.17 | 0 | 0.19 | 267.43 | 0.27 | 0.74 |
| Hex | BC | AC | CF | 9 | 11 | 0 | 13 | 10B | 1B | 4A |
| Octal | 274 | 254 | 317 | 11 | 21 | 0 | 23 | 413 | 33 | 112 |
| Binary | 10111100 | 10101100 | 11001111 | 1001 | 10001 | 0 | 10011 | 100001011 | 11011 | 1001010 |
Color Harmonies of #BCACCF
Complementary color
Monochromatic Colors of #BCACCF
Black with #BCACCF
Text Example
Text Example
White with #BCACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACCF; }
p { color: rgb(188,172,207); }
H1.HeaderClassName
{
color: #BCACCF;
}
.AnyTagClassName
{
color: #BCACCF;
}
</style>
background-color css
<style>
a { background-color: #BCACCF; }
a { background-color: rgb(188,172,207); }
div.DivClassName
{
background-color: #BCACCF;
}
.BgClassName
{
background-color: #BCACCF;
}
</style>
border-color css
<style>
span { border-color: #BCACCF; }
span { border-color: rgb(188,172,207); }
td.TdClassName
{
border-color: #BCACCF;
}
.TagClassName
{
border-color: #BCACCF;
}
</style>