Shades of East Side #BC90C8
Tints of East Side #BC90C8
RGB
CMYK
RGB Variations
Color information
#BC90C8 (or 0xBC90C8) is known color: East Side. HEX triplet: BC, 90 and C8. RGB value is (188,144,200). Sum of RGB (Red+Green+Blue) = 188+144+200=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC90C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90C8 is #436F37. Grayscale: #A3A3A3. Windows color (decimal): -4419384 or 13144252. OLE color: 13144252.
HSL color Cylindrical-coordinate representation of color #BC90C8: hue angle of 287.14º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC90C8 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 144 | 200 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.22 |
| HSL | 287.14º | 0.34% | 0.67% | - |
| HSV(B) | 287.14º | 0.28% | 0.78% | - |
| XYZ | 41.14 | 34.81 | 59.19 | - |
| YUV | 163.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 200 | 0.06 | 0.28 | 0 | 0.22 | 287.14 | 0.34 | 0.67 |
| Hex | BC | 90 | C8 | 6 | 1C | 0 | 16 | 11F | 22 | 43 |
| Octal | 274 | 220 | 310 | 6 | 34 | 0 | 26 | 437 | 42 | 103 |
| Binary | 10111100 | 10010000 | 11001000 | 110 | 11100 | 0 | 10110 | 100011111 | 100010 | 1000011 |
Color Harmonies of #BC90C8
Complementary color
Monochromatic Colors of #BC90C8
Black with #BC90C8
Text Example
Text Example
White with #BC90C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90C8; }
p { color: rgb(188,144,200); }
H1.HeaderClassName
{
color: #BC90C8;
}
.AnyTagClassName
{
color: #BC90C8;
}
</style>
background-color css
<style>
a { background-color: #BC90C8; }
a { background-color: rgb(188,144,200); }
div.DivClassName
{
background-color: #BC90C8;
}
.BgClassName
{
background-color: #BC90C8;
}
</style>
border-color css
<style>
span { border-color: #BC90C8; }
span { border-color: rgb(188,144,200); }
td.TdClassName
{
border-color: #BC90C8;
}
.TagClassName
{
border-color: #BC90C8;
}
</style>