Shades of East Side #BC92CA
Tints of East Side #BC92CA
RGB
CMYK
RGB Variations
Color information
#BC92CA (or 0xBC92CA) is known color: East Side. HEX triplet: BC, 92 and CA. RGB value is (188,146,202). Sum of RGB (Red+Green+Blue) = 188+146+202=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 146 (57.42% from 255 or 27.24% 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 #BC92CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92CA is #436D35. Grayscale: #A4A4A4. Windows color (decimal): -4418870 or 13275836. OLE color: 13275836.
HSL color Cylindrical-coordinate representation of color #BC92CA: hue angle of 285º 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 #BC92CA is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 146 | 202 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.21 |
| HSL | 285º | 0.35% | 0.68% | - |
| HSV(B) | 285º | 0.28% | 0.79% | - |
| XYZ | 41.68 | 35.51 | 60.54 | - |
| YUV | 164.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 202 | 0.07 | 0.28 | 0 | 0.21 | 285 | 0.35 | 0.68 |
| Hex | BC | 92 | CA | 7 | 1C | 0 | 15 | 11D | 23 | 44 |
| Octal | 274 | 222 | 312 | 7 | 34 | 0 | 25 | 435 | 43 | 104 |
| Binary | 10111100 | 10010010 | 11001010 | 111 | 11100 | 0 | 10101 | 100011101 | 100011 | 1000100 |
Color Harmonies of #BC92CA
Complementary color
Monochromatic Colors of #BC92CA
Black with #BC92CA
Text Example
Text Example
White with #BC92CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92CA; }
p { color: rgb(188,146,202); }
H1.HeaderClassName
{
color: #BC92CA;
}
.AnyTagClassName
{
color: #BC92CA;
}
</style>
background-color css
<style>
a { background-color: #BC92CA; }
a { background-color: rgb(188,146,202); }
div.DivClassName
{
background-color: #BC92CA;
}
.BgClassName
{
background-color: #BC92CA;
}
</style>
border-color css
<style>
span { border-color: #BC92CA; }
span { border-color: rgb(188,146,202); }
td.TdClassName
{
border-color: #BC92CA;
}
.TagClassName
{
border-color: #BC92CA;
}
</style>