Shades of East Side #B989CA
Tints of East Side #B989CA
RGB
CMYK
RGB Variations
Color information
#B989CA (or 0xB989CA) is known color: East Side. HEX triplet: B9, 89 and CA. RGB value is (185,137,202). Sum of RGB (Red+Green+Blue) = 185+137+202=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #B989CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989CA is #467635. Grayscale: #9E9E9E. Windows color (decimal): -4617782 or 13273529. OLE color: 13273529.
HSL color Cylindrical-coordinate representation of color #B989CA: hue angle of 284.31º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B989CA is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 137 | 202 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.21 |
| HSL | 284.31º | 0.38% | 0.66% | - |
| HSV(B) | 284.31º | 0.32% | 0.79% | - |
| XYZ | 39.61 | 32.47 | 60.06 | - |
| YUV | 158.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 137 | 202 | 0.08 | 0.32 | 0 | 0.21 | 284.31 | 0.38 | 0.66 |
| Hex | B9 | 89 | CA | 8 | 20 | 0 | 15 | 11C | 26 | 42 |
| Octal | 271 | 211 | 312 | 10 | 40 | 0 | 25 | 434 | 46 | 102 |
| Binary | 10111001 | 10001001 | 11001010 | 1000 | 100000 | 0 | 10101 | 100011100 | 100110 | 1000010 |
Color Harmonies of #B989CA
Complementary color
Monochromatic Colors of #B989CA
Black with #B989CA
Text Example
Text Example
White with #B989CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B989CA; }
p { color: rgb(185,137,202); }
H1.HeaderClassName
{
color: #B989CA;
}
.AnyTagClassName
{
color: #B989CA;
}
</style>
background-color css
<style>
a { background-color: #B989CA; }
a { background-color: rgb(185,137,202); }
div.DivClassName
{
background-color: #B989CA;
}
.BgClassName
{
background-color: #B989CA;
}
</style>
border-color css
<style>
span { border-color: #B989CA; }
span { border-color: rgb(185,137,202); }
td.TdClassName
{
border-color: #B989CA;
}
.TagClassName
{
border-color: #B989CA;
}
</style>