Shades of East Side #BD91CA
Tints of East Side #BD91CA
RGB
CMYK
RGB Variations
Color information
#BD91CA (or 0xBD91CA) is known color: East Side. HEX triplet: BD, 91 and CA. RGB value is (189,145,202). Sum of RGB (Red+Green+Blue) = 189+145+202=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD91CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91CA is #426E35. Grayscale: #A4A4A4. Windows color (decimal): -4353590 or 13275581. OLE color: 13275581.
HSL color Cylindrical-coordinate representation of color #BD91CA: hue angle of 286.32º 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 #BD91CA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 145 | 202 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.21 |
| HSL | 286.32º | 0.35% | 0.68% | - |
| HSV(B) | 286.32º | 0.28% | 0.79% | - |
| XYZ | 41.77 | 35.33 | 60.5 | - |
| YUV | 164.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 202 | 0.06 | 0.28 | 0 | 0.21 | 286.32 | 0.35 | 0.68 |
| Hex | BD | 91 | CA | 6 | 1C | 0 | 15 | 11E | 23 | 44 |
| Octal | 275 | 221 | 312 | 6 | 34 | 0 | 25 | 436 | 43 | 104 |
| Binary | 10111101 | 10010001 | 11001010 | 110 | 11100 | 0 | 10101 | 100011110 | 100011 | 1000100 |
Color Harmonies of #BD91CA
Complementary color
Monochromatic Colors of #BD91CA
Black with #BD91CA
Text Example
Text Example
White with #BD91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91CA; }
p { color: rgb(189,145,202); }
H1.HeaderClassName
{
color: #BD91CA;
}
.AnyTagClassName
{
color: #BD91CA;
}
</style>
background-color css
<style>
a { background-color: #BD91CA; }
a { background-color: rgb(189,145,202); }
div.DivClassName
{
background-color: #BD91CA;
}
.BgClassName
{
background-color: #BD91CA;
}
</style>
border-color css
<style>
span { border-color: #BD91CA; }
span { border-color: rgb(189,145,202); }
td.TdClassName
{
border-color: #BD91CA;
}
.TagClassName
{
border-color: #BD91CA;
}
</style>