Shades of East Side #B991CA
Tints of East Side #B991CA
RGB
CMYK
RGB Variations
Color information
#B991CA (or 0xB991CA) is known color: East Side. HEX triplet: B9, 91 and CA. RGB value is (185,145,202). Sum of RGB (Red+Green+Blue) = 185+145+202=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #B991CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991CA is #466E35. Grayscale: #A3A3A3. Windows color (decimal): -4615734 or 13275577. OLE color: 13275577.
HSL color Cylindrical-coordinate representation of color #B991CA: hue angle of 282.11º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B991CA is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 145 | 202 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.21 |
| HSL | 282.11º | 0.35% | 0.68% | - |
| HSV(B) | 282.11º | 0.28% | 0.79% | - |
| XYZ | 40.79 | 34.83 | 60.45 | - |
| YUV | 163.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 202 | 0.08 | 0.28 | 0 | 0.21 | 282.11 | 0.35 | 0.68 |
| Hex | B9 | 91 | CA | 8 | 1C | 0 | 15 | 11A | 23 | 44 |
| Octal | 271 | 221 | 312 | 10 | 34 | 0 | 25 | 432 | 43 | 104 |
| Binary | 10111001 | 10010001 | 11001010 | 1000 | 11100 | 0 | 10101 | 100011010 | 100011 | 1000100 |
Color Harmonies of #B991CA
Complementary color
Monochromatic Colors of #B991CA
Black with #B991CA
Text Example
Text Example
White with #B991CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B991CA; }
p { color: rgb(185,145,202); }
H1.HeaderClassName
{
color: #B991CA;
}
.AnyTagClassName
{
color: #B991CA;
}
</style>
background-color css
<style>
a { background-color: #B991CA; }
a { background-color: rgb(185,145,202); }
div.DivClassName
{
background-color: #B991CA;
}
.BgClassName
{
background-color: #B991CA;
}
</style>
border-color css
<style>
span { border-color: #B991CA; }
span { border-color: rgb(185,145,202); }
td.TdClassName
{
border-color: #B991CA;
}
.TagClassName
{
border-color: #B991CA;
}
</style>