Shades of Moon Raker #BCAECA
Tints of Moon Raker #BCAECA
RGB
CMYK
RGB Variations
Color information
#BCAECA (or 0xBCAECA) is known color: Moon Raker. HEX triplet: BC, AE and CA. RGB value is (188,174,202). Sum of RGB (Red+Green+Blue) = 188+174+202=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAECA is #435135. Grayscale: #B5B5B5. Windows color (decimal): -4411702 or 13283004. OLE color: 13283004.
HSL color Cylindrical-coordinate representation of color #BCAECA: hue angle of 270º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCAECA is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 174 | 202 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.21 |
| HSL | 270º | 0.21% | 0.74% | - |
| HSV(B) | 270º | 0.14% | 0.79% | - |
| XYZ | 46.54 | 45.23 | 62.15 | - |
| YUV | 181.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 202 | 0.07 | 0.14 | 0 | 0.21 | 270 | 0.21 | 0.74 |
| Hex | BC | AE | CA | 7 | E | 0 | 15 | 10E | 15 | 4A |
| Octal | 274 | 256 | 312 | 7 | 16 | 0 | 25 | 416 | 25 | 112 |
| Binary | 10111100 | 10101110 | 11001010 | 111 | 1110 | 0 | 10101 | 100001110 | 10101 | 1001010 |
Color Harmonies of #BCAECA
Complementary color
Monochromatic Colors of #BCAECA
Black with #BCAECA
Text Example
Text Example
White with #BCAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAECA; }
p { color: rgb(188,174,202); }
H1.HeaderClassName
{
color: #BCAECA;
}
.AnyTagClassName
{
color: #BCAECA;
}
</style>
background-color css
<style>
a { background-color: #BCAECA; }
a { background-color: rgb(188,174,202); }
div.DivClassName
{
background-color: #BCAECA;
}
.BgClassName
{
background-color: #BCAECA;
}
</style>
border-color css
<style>
span { border-color: #BCAECA; }
span { border-color: rgb(188,174,202); }
td.TdClassName
{
border-color: #BCAECA;
}
.TagClassName
{
border-color: #BCAECA;
}
</style>