Shades of Moon Raker #BAAECB
Tints of Moon Raker #BAAECB
RGB
CMYK
RGB Variations
Color information
#BAAECB (or 0xBAAECB) is known color: Moon Raker. HEX triplet: BA, AE and CB. RGB value is (186,174,203). Sum of RGB (Red+Green+Blue) = 186+174+203=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAECB is #455134. Grayscale: #B4B4B4. Windows color (decimal): -4542773 or 13348538. OLE color: 13348538.
HSL color Cylindrical-coordinate representation of color #BAAECB: hue angle of 264.83º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAAECB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 174 | 203 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.20 |
| HSL | 264.83º | 0.22% | 0.74% | - |
| HSV(B) | 264.83º | 0.14% | 0.8% | - |
| XYZ | 46.17 | 45.02 | 62.76 | - |
| YUV | 180.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 203 | 0.08 | 0.14 | 0 | 0.20 | 264.83 | 0.22 | 0.74 |
| Hex | BA | AE | CB | 8 | E | 0 | 14 | 109 | 16 | 4A |
| Octal | 272 | 256 | 313 | 10 | 16 | 0 | 24 | 411 | 26 | 112 |
| Binary | 10111010 | 10101110 | 11001011 | 1000 | 1110 | 0 | 10100 | 100001001 | 10110 | 1001010 |
Color Harmonies of #BAAECB
Complementary color
Monochromatic Colors of #BAAECB
Black with #BAAECB
Text Example
Text Example
White with #BAAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAECB; }
p { color: rgb(186,174,203); }
H1.HeaderClassName
{
color: #BAAECB;
}
.AnyTagClassName
{
color: #BAAECB;
}
</style>
background-color css
<style>
a { background-color: #BAAECB; }
a { background-color: rgb(186,174,203); }
div.DivClassName
{
background-color: #BAAECB;
}
.BgClassName
{
background-color: #BAAECB;
}
</style>
border-color css
<style>
span { border-color: #BAAECB; }
span { border-color: rgb(186,174,203); }
td.TdClassName
{
border-color: #BAAECB;
}
.TagClassName
{
border-color: #BAAECB;
}
</style>