Shades of East Side #BD90CA
Tints of East Side #BD90CA
RGB
CMYK
RGB Variations
Color information
#BD90CA (or 0xBD90CA) is known color: East Side. HEX triplet: BD, 90 and CA. RGB value is (189,144,202). Sum of RGB (Red+Green+Blue) = 189+144+202=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD90CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90CA is #426F35. Grayscale: #A3A3A3. Windows color (decimal): -4353846 or 13275325. OLE color: 13275325.
HSL color Cylindrical-coordinate representation of color #BD90CA: hue angle of 286.55º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD90CA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 144 | 202 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.21 |
| HSL | 286.55º | 0.35% | 0.68% | - |
| HSV(B) | 286.55º | 0.29% | 0.79% | - |
| XYZ | 41.62 | 35.03 | 60.44 | - |
| YUV | 164.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 202 | 0.06 | 0.29 | 0 | 0.21 | 286.55 | 0.35 | 0.68 |
| Hex | BD | 90 | CA | 6 | 1D | 0 | 15 | 11F | 23 | 44 |
| Octal | 275 | 220 | 312 | 6 | 35 | 0 | 25 | 437 | 43 | 104 |
| Binary | 10111101 | 10010000 | 11001010 | 110 | 11101 | 0 | 10101 | 100011111 | 100011 | 1000100 |
Color Harmonies of #BD90CA
Complementary color
Monochromatic Colors of #BD90CA
Black with #BD90CA
Text Example
Text Example
White with #BD90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD90CA; }
p { color: rgb(189,144,202); }
H1.HeaderClassName
{
color: #BD90CA;
}
.AnyTagClassName
{
color: #BD90CA;
}
</style>
background-color css
<style>
a { background-color: #BD90CA; }
a { background-color: rgb(189,144,202); }
div.DivClassName
{
background-color: #BD90CA;
}
.BgClassName
{
background-color: #BD90CA;
}
</style>
border-color css
<style>
span { border-color: #BD90CA; }
span { border-color: rgb(189,144,202); }
td.TdClassName
{
border-color: #BD90CA;
}
.TagClassName
{
border-color: #BD90CA;
}
</style>