Shades of East Side #BD91C9
Tints of East Side #BD91C9
RGB
CMYK
RGB Variations
Color information
#BD91C9 (or 0xBD91C9) is known color: East Side. HEX triplet: BD, 91 and C9. RGB value is (189,145,201). Sum of RGB (Red+Green+Blue) = 189+145+201=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD91C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91C9 is #426E36. Grayscale: #A4A4A4. Windows color (decimal): -4353591 or 13210045. OLE color: 13210045.
HSL color Cylindrical-coordinate representation of color #BD91C9: hue angle of 287.14º degrees, saturation: 0.34, 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 #BD91C9 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 145 | 201 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.21 |
| HSL | 287.14º | 0.34% | 0.68% | - |
| HSV(B) | 287.14º | 0.28% | 0.79% | - |
| XYZ | 41.65 | 35.29 | 59.87 | - |
| YUV | 164.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 201 | 0.06 | 0.28 | 0 | 0.21 | 287.14 | 0.34 | 0.68 |
| Hex | BD | 91 | C9 | 6 | 1C | 0 | 15 | 11F | 22 | 44 |
| Octal | 275 | 221 | 311 | 6 | 34 | 0 | 25 | 437 | 42 | 104 |
| Binary | 10111101 | 10010001 | 11001001 | 110 | 11100 | 0 | 10101 | 100011111 | 100010 | 1000100 |
Color Harmonies of #BD91C9
Complementary color
Monochromatic Colors of #BD91C9
Black with #BD91C9
Text Example
Text Example
White with #BD91C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91C9; }
p { color: rgb(189,145,201); }
H1.HeaderClassName
{
color: #BD91C9;
}
.AnyTagClassName
{
color: #BD91C9;
}
</style>
background-color css
<style>
a { background-color: #BD91C9; }
a { background-color: rgb(189,145,201); }
div.DivClassName
{
background-color: #BD91C9;
}
.BgClassName
{
background-color: #BD91C9;
}
</style>
border-color css
<style>
span { border-color: #BD91C9; }
span { border-color: rgb(189,145,201); }
td.TdClassName
{
border-color: #BD91C9;
}
.TagClassName
{
border-color: #BD91C9;
}
</style>