Shades of East Side #B692CE
Tints of East Side #B692CE
RGB
CMYK
RGB Variations
Color information
#B692CE (or 0xB692CE) is known color: East Side. HEX triplet: B6, 92 and CE. RGB value is (182,146,206). Sum of RGB (Red+Green+Blue) = 182+146+206=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #B692CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692CE is #496D31. Grayscale: #A3A3A3. Windows color (decimal): -4812082 or 13537974. OLE color: 13537974.
HSL color Cylindrical-coordinate representation of color #B692CE: hue angle of 276º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B692CE is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 146 | 206 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.19 |
| HSL | 276º | 0.38% | 0.69% | - |
| HSV(B) | 276º | 0.29% | 0.81% | - |
| XYZ | 40.71 | 34.96 | 62.99 | - |
| YUV | 163.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 146 | 206 | 0.12 | 0.29 | 0 | 0.19 | 276 | 0.38 | 0.69 |
| Hex | B6 | 92 | CE | C | 1D | 0 | 13 | 114 | 26 | 45 |
| Octal | 266 | 222 | 316 | 14 | 35 | 0 | 23 | 424 | 46 | 105 |
| Binary | 10110110 | 10010010 | 11001110 | 1100 | 11101 | 0 | 10011 | 100010100 | 100110 | 1000101 |
Color Harmonies of #B692CE
Complementary color
Monochromatic Colors of #B692CE
Black with #B692CE
Text Example
Text Example
White with #B692CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B692CE; }
p { color: rgb(182,146,206); }
H1.HeaderClassName
{
color: #B692CE;
}
.AnyTagClassName
{
color: #B692CE;
}
</style>
background-color css
<style>
a { background-color: #B692CE; }
a { background-color: rgb(182,146,206); }
div.DivClassName
{
background-color: #B692CE;
}
.BgClassName
{
background-color: #B692CE;
}
</style>
border-color css
<style>
span { border-color: #B692CE; }
span { border-color: rgb(182,146,206); }
td.TdClassName
{
border-color: #B692CE;
}
.TagClassName
{
border-color: #B692CE;
}
</style>