Shades of East Side #BC92C8
Tints of East Side #BC92C8
RGB
CMYK
RGB Variations
Color information
#BC92C8 (or 0xBC92C8) is known color: East Side. HEX triplet: BC, 92 and C8. RGB value is (188,146,200). Sum of RGB (Red+Green+Blue) = 188+146+200=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC92C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92C8 is #436D37. Grayscale: #A4A4A4. Windows color (decimal): -4418872 or 13144764. OLE color: 13144764.
HSL color Cylindrical-coordinate representation of color #BC92C8: hue angle of 286.67º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC92C8 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 146 | 200 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.22 |
| HSL | 286.67º | 0.33% | 0.68% | - |
| HSV(B) | 286.67º | 0.27% | 0.78% | - |
| XYZ | 41.44 | 35.42 | 59.3 | - |
| YUV | 164.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 200 | 0.06 | 0.27 | 0 | 0.22 | 286.67 | 0.33 | 0.68 |
| Hex | BC | 92 | C8 | 6 | 1B | 0 | 16 | 11F | 21 | 44 |
| Octal | 274 | 222 | 310 | 6 | 33 | 0 | 26 | 437 | 41 | 104 |
| Binary | 10111100 | 10010010 | 11001000 | 110 | 11011 | 0 | 10110 | 100011111 | 100001 | 1000100 |
Color Harmonies of #BC92C8
Complementary color
Monochromatic Colors of #BC92C8
Black with #BC92C8
Text Example
Text Example
White with #BC92C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92C8; }
p { color: rgb(188,146,200); }
H1.HeaderClassName
{
color: #BC92C8;
}
.AnyTagClassName
{
color: #BC92C8;
}
</style>
background-color css
<style>
a { background-color: #BC92C8; }
a { background-color: rgb(188,146,200); }
div.DivClassName
{
background-color: #BC92C8;
}
.BgClassName
{
background-color: #BC92C8;
}
</style>
border-color css
<style>
span { border-color: #BC92C8; }
span { border-color: rgb(188,146,200); }
td.TdClassName
{
border-color: #BC92C8;
}
.TagClassName
{
border-color: #BC92C8;
}
</style>