Shades of East Side #BA94CB
Tints of East Side #BA94CB
RGB
CMYK
RGB Variations
Color information
#BA94CB (or 0xBA94CB) is known color: East Side. HEX triplet: BA, 94 and CB. RGB value is (186,148,203). Sum of RGB (Red+Green+Blue) = 186+148+203=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA94CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94CB is #456B34. Grayscale: #A5A5A5. Windows color (decimal): -4549429 or 13341882. OLE color: 13341882.
HSL color Cylindrical-coordinate representation of color #BA94CB: hue angle of 281.45º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA94CB is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 148 | 203 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.20 |
| HSL | 281.45º | 0.35% | 0.69% | - |
| HSV(B) | 281.45º | 0.27% | 0.8% | - |
| XYZ | 41.62 | 35.93 | 61.24 | - |
| YUV | 165.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 203 | 0.08 | 0.27 | 0 | 0.20 | 281.45 | 0.35 | 0.69 |
| Hex | BA | 94 | CB | 8 | 1B | 0 | 14 | 119 | 23 | 45 |
| Octal | 272 | 224 | 313 | 10 | 33 | 0 | 24 | 431 | 43 | 105 |
| Binary | 10111010 | 10010100 | 11001011 | 1000 | 11011 | 0 | 10100 | 100011001 | 100011 | 1000101 |
Color Harmonies of #BA94CB
Complementary color
Monochromatic Colors of #BA94CB
Black with #BA94CB
Text Example
Text Example
White with #BA94CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94CB; }
p { color: rgb(186,148,203); }
H1.HeaderClassName
{
color: #BA94CB;
}
.AnyTagClassName
{
color: #BA94CB;
}
</style>
background-color css
<style>
a { background-color: #BA94CB; }
a { background-color: rgb(186,148,203); }
div.DivClassName
{
background-color: #BA94CB;
}
.BgClassName
{
background-color: #BA94CB;
}
</style>
border-color css
<style>
span { border-color: #BA94CB; }
span { border-color: rgb(186,148,203); }
td.TdClassName
{
border-color: #BA94CB;
}
.TagClassName
{
border-color: #BA94CB;
}
</style>