Shades of East Side #BC90CB
Tints of East Side #BC90CB
RGB
CMYK
RGB Variations
Color information
#BC90CB (or 0xBC90CB) is known color: East Side. HEX triplet: BC, 90 and CB. RGB value is (188,144,203). Sum of RGB (Red+Green+Blue) = 188+144+203=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90CB is #436F34. Grayscale: #A3A3A3. Windows color (decimal): -4419381 or 13340860. OLE color: 13340860.
HSL color Cylindrical-coordinate representation of color #BC90CB: hue angle of 284.75º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC90CB is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 144 | 203 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.20 |
| HSL | 284.75º | 0.36% | 0.68% | - |
| HSV(B) | 284.75º | 0.29% | 0.8% | - |
| XYZ | 41.49 | 34.95 | 61.06 | - |
| YUV | 163.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 203 | 0.07 | 0.29 | 0 | 0.20 | 284.75 | 0.36 | 0.68 |
| Hex | BC | 90 | CB | 7 | 1D | 0 | 14 | 11D | 24 | 44 |
| Octal | 274 | 220 | 313 | 7 | 35 | 0 | 24 | 435 | 44 | 104 |
| Binary | 10111100 | 10010000 | 11001011 | 111 | 11101 | 0 | 10100 | 100011101 | 100100 | 1000100 |
Color Harmonies of #BC90CB
Complementary color
Monochromatic Colors of #BC90CB
Black with #BC90CB
Text Example
Text Example
White with #BC90CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90CB; }
p { color: rgb(188,144,203); }
H1.HeaderClassName
{
color: #BC90CB;
}
.AnyTagClassName
{
color: #BC90CB;
}
</style>
background-color css
<style>
a { background-color: #BC90CB; }
a { background-color: rgb(188,144,203); }
div.DivClassName
{
background-color: #BC90CB;
}
.BgClassName
{
background-color: #BC90CB;
}
</style>
border-color css
<style>
span { border-color: #BC90CB; }
span { border-color: rgb(188,144,203); }
td.TdClassName
{
border-color: #BC90CB;
}
.TagClassName
{
border-color: #BC90CB;
}
</style>