Shades of East Side #BA92CC
Tints of East Side #BA92CC
RGB
CMYK
RGB Variations
Color information
#BA92CC (or 0xBA92CC) is known color: East Side. HEX triplet: BA, 92 and CC. RGB value is (186,146,204). Sum of RGB (Red+Green+Blue) = 186+146+204=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA92CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92CC is #456D33. Grayscale: #A4A4A4. Windows color (decimal): -4549940 or 13406906. OLE color: 13406906.
HSL color Cylindrical-coordinate representation of color #BA92CC: hue angle of 281.38º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA92CC is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 146 | 204 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.2 |
| HSL | 281.38º | 0.36% | 0.69% | - |
| HSV(B) | 281.38º | 0.28% | 0.8% | - |
| XYZ | 41.43 | 35.36 | 61.77 | - |
| YUV | 164.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 204 | 0.09 | 0.28 | 0 | 0.2 | 281.38 | 0.36 | 0.69 |
| Hex | BA | 92 | CC | 9 | 1C | 0 | 14 | 119 | 24 | 45 |
| Octal | 272 | 222 | 314 | 11 | 34 | 0 | 24 | 431 | 44 | 105 |
| Binary | 10111010 | 10010010 | 11001100 | 1001 | 11100 | 0 | 10100 | 100011001 | 100100 | 1000101 |
Color Harmonies of #BA92CC
Complementary color
Monochromatic Colors of #BA92CC
Black with #BA92CC
Text Example
Text Example
White with #BA92CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA92CC; }
p { color: rgb(186,146,204); }
H1.HeaderClassName
{
color: #BA92CC;
}
.AnyTagClassName
{
color: #BA92CC;
}
</style>
background-color css
<style>
a { background-color: #BA92CC; }
a { background-color: rgb(186,146,204); }
div.DivClassName
{
background-color: #BA92CC;
}
.BgClassName
{
background-color: #BA92CC;
}
</style>
border-color css
<style>
span { border-color: #BA92CC; }
span { border-color: rgb(186,146,204); }
td.TdClassName
{
border-color: #BA92CC;
}
.TagClassName
{
border-color: #BA92CC;
}
</style>