Shades of East Side #B692C0
Tints of East Side #B692C0
RGB
CMYK
RGB Variations
Color information
#B692C0 (or 0xB692C0) is known color: East Side. HEX triplet: B6, 92 and C0. RGB value is (182,146,192). Sum of RGB (Red+Green+Blue) = 182+146+192=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #B692C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692C0 is #496D3F. Grayscale: #A1A1A1. Windows color (decimal): -4812096 or 12620470. OLE color: 12620470.
HSL color Cylindrical-coordinate representation of color #B692C0: hue angle of 286.96º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B692C0 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 146 | 192 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.25 |
| HSL | 286.96º | 0.27% | 0.66% | - |
| HSV(B) | 286.96º | 0.24% | 0.75% | - |
| XYZ | 39.08 | 34.31 | 54.43 | - |
| YUV | 162.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 146 | 192 | 0.05 | 0.24 | 0 | 0.25 | 286.96 | 0.27 | 0.66 |
| Hex | B6 | 92 | C0 | 5 | 18 | 0 | 19 | 11F | 1B | 42 |
| Octal | 266 | 222 | 300 | 5 | 30 | 0 | 31 | 437 | 33 | 102 |
| Binary | 10110110 | 10010010 | 11000000 | 101 | 11000 | 0 | 11001 | 100011111 | 11011 | 1000010 |
Color Harmonies of #B692C0
Complementary color
Monochromatic Colors of #B692C0
Black with #B692C0
Text Example
Text Example
White with #B692C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B692C0; }
p { color: rgb(182,146,192); }
H1.HeaderClassName
{
color: #B692C0;
}
.AnyTagClassName
{
color: #B692C0;
}
</style>
background-color css
<style>
a { background-color: #B692C0; }
a { background-color: rgb(182,146,192); }
div.DivClassName
{
background-color: #B692C0;
}
.BgClassName
{
background-color: #B692C0;
}
</style>
border-color css
<style>
span { border-color: #B692C0; }
span { border-color: rgb(182,146,192); }
td.TdClassName
{
border-color: #B692C0;
}
.TagClassName
{
border-color: #B692C0;
}
</style>