Shades of East Side #B985C2
Tints of East Side #B985C2
RGB
CMYK
RGB Variations
Color information
#B985C2 (or 0xB985C2) is known color: East Side. HEX triplet: B9, 85 and C2. RGB value is (185,133,194). Sum of RGB (Red+Green+Blue) = 185+133+194=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #B985C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985C2 is #467A3D. Grayscale: #9B9B9B. Windows color (decimal): -4618814 or 12748217. OLE color: 12748217.
HSL color Cylindrical-coordinate representation of color #B985C2: hue angle of 291.15º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B985C2 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 133 | 194 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.24 |
| HSL | 291.15º | 0.33% | 0.64% | - |
| HSV(B) | 291.15º | 0.31% | 0.76% | - |
| XYZ | 38.13 | 30.98 | 55.01 | - |
| YUV | 155.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 194 | 0.05 | 0.31 | 0 | 0.24 | 291.15 | 0.33 | 0.64 |
| Hex | B9 | 85 | C2 | 5 | 1F | 0 | 18 | 123 | 21 | 40 |
| Octal | 271 | 205 | 302 | 5 | 37 | 0 | 30 | 443 | 41 | 100 |
| Binary | 10111001 | 10000101 | 11000010 | 101 | 11111 | 0 | 11000 | 100100011 | 100001 | 1000000 |
Color Harmonies of #B985C2
Complementary color
Monochromatic Colors of #B985C2
Black with #B985C2
Text Example
Text Example
White with #B985C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B985C2; }
p { color: rgb(185,133,194); }
H1.HeaderClassName
{
color: #B985C2;
}
.AnyTagClassName
{
color: #B985C2;
}
</style>
background-color css
<style>
a { background-color: #B985C2; }
a { background-color: rgb(185,133,194); }
div.DivClassName
{
background-color: #B985C2;
}
.BgClassName
{
background-color: #B985C2;
}
</style>
border-color css
<style>
span { border-color: #B985C2; }
span { border-color: rgb(185,133,194); }
td.TdClassName
{
border-color: #B985C2;
}
.TagClassName
{
border-color: #B985C2;
}
</style>