Shades of East Side #B492CC
Tints of East Side #B492CC
RGB
CMYK
RGB Variations
Color information
#B492CC (or 0xB492CC) is known color: East Side. HEX triplet: B4, 92 and CC. RGB value is (180,146,204). Sum of RGB (Red+Green+Blue) = 180+146+204=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #B492CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492CC is #4B6D33. Grayscale: #A2A2A2. Windows color (decimal): -4943156 or 13406900. OLE color: 13406900.
HSL color Cylindrical-coordinate representation of color #B492CC: hue angle of 275.17º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B492CC is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 146 | 204 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.2 |
| HSL | 275.17º | 0.36% | 0.69% | - |
| HSV(B) | 275.17º | 0.28% | 0.8% | - |
| XYZ | 40 | 34.62 | 61.7 | - |
| YUV | 162.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 204 | 0.12 | 0.28 | 0 | 0.2 | 275.17 | 0.36 | 0.69 |
| Hex | B4 | 92 | CC | C | 1C | 0 | 14 | 113 | 24 | 45 |
| Octal | 264 | 222 | 314 | 14 | 34 | 0 | 24 | 423 | 44 | 105 |
| Binary | 10110100 | 10010010 | 11001100 | 1100 | 11100 | 0 | 10100 | 100010011 | 100100 | 1000101 |
Color Harmonies of #B492CC
Complementary color
Monochromatic Colors of #B492CC
Black with #B492CC
Text Example
Text Example
White with #B492CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B492CC; }
p { color: rgb(180,146,204); }
H1.HeaderClassName
{
color: #B492CC;
}
.AnyTagClassName
{
color: #B492CC;
}
</style>
background-color css
<style>
a { background-color: #B492CC; }
a { background-color: rgb(180,146,204); }
div.DivClassName
{
background-color: #B492CC;
}
.BgClassName
{
background-color: #B492CC;
}
</style>
border-color css
<style>
span { border-color: #B492CC; }
span { border-color: rgb(180,146,204); }
td.TdClassName
{
border-color: #B492CC;
}
.TagClassName
{
border-color: #B492CC;
}
</style>