Shades of East Side #B692CA
Tints of East Side #B692CA
RGB
CMYK
RGB Variations
Color information
#B692CA (or 0xB692CA) is known color: East Side. HEX triplet: B6, 92 and CA. RGB value is (182,146,202). Sum of RGB (Red+Green+Blue) = 182+146+202=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #B692CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692CA is #496D35. Grayscale: #A2A2A2. Windows color (decimal): -4812086 or 13275830. OLE color: 13275830.
HSL color Cylindrical-coordinate representation of color #B692CA: hue angle of 278.57º 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 #B692CA is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 146 | 202 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.21 |
| HSL | 278.57º | 0.35% | 0.68% | - |
| HSV(B) | 278.57º | 0.28% | 0.79% | - |
| XYZ | 40.23 | 34.77 | 60.47 | - |
| YUV | 163.15 | 149.93 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 146 | 202 | 0.10 | 0.28 | 0 | 0.21 | 278.57 | 0.35 | 0.68 |
| Hex | B6 | 92 | CA | A | 1C | 0 | 15 | 117 | 23 | 44 |
| Octal | 266 | 222 | 312 | 12 | 34 | 0 | 25 | 427 | 43 | 104 |
| Binary | 10110110 | 10010010 | 11001010 | 1010 | 11100 | 0 | 10101 | 100010111 | 100011 | 1000100 |
Color Harmonies of #B692CA
Complementary color
Monochromatic Colors of #B692CA
Black with #B692CA
Text Example
Text Example
White with #B692CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B692CA; }
p { color: rgb(182,146,202); }
H1.HeaderClassName
{
color: #B692CA;
}
.AnyTagClassName
{
color: #B692CA;
}
</style>
background-color css
<style>
a { background-color: #B692CA; }
a { background-color: rgb(182,146,202); }
div.DivClassName
{
background-color: #B692CA;
}
.BgClassName
{
background-color: #B692CA;
}
</style>
border-color css
<style>
span { border-color: #B692CA; }
span { border-color: rgb(182,146,202); }
td.TdClassName
{
border-color: #B692CA;
}
.TagClassName
{
border-color: #B692CA;
}
</style>