Shades of East Side #B992CE
Tints of East Side #B992CE
RGB
CMYK
RGB Variations
Color information
#B992CE (or 0xB992CE) is known color: East Side. HEX triplet: B9, 92 and CE. RGB value is (185,146,206). Sum of RGB (Red+Green+Blue) = 185+146+206=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #B992CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992CE is #466D31. Grayscale: #A4A4A4. Windows color (decimal): -4615474 or 13537977. OLE color: 13537977.
HSL color Cylindrical-coordinate representation of color #B992CE: hue angle of 279º 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 #B992CE is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 146 | 206 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.19 |
| HSL | 279º | 0.38% | 0.69% | - |
| HSV(B) | 279º | 0.29% | 0.81% | - |
| XYZ | 41.43 | 35.33 | 63.03 | - |
| YUV | 164.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 206 | 0.10 | 0.29 | 0 | 0.19 | 279 | 0.38 | 0.69 |
| Hex | B9 | 92 | CE | A | 1D | 0 | 13 | 117 | 26 | 45 |
| Octal | 271 | 222 | 316 | 12 | 35 | 0 | 23 | 427 | 46 | 105 |
| Binary | 10111001 | 10010010 | 11001110 | 1010 | 11101 | 0 | 10011 | 100010111 | 100110 | 1000101 |
Color Harmonies of #B992CE
Complementary color
Monochromatic Colors of #B992CE
Black with #B992CE
Text Example
Text Example
White with #B992CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B992CE; }
p { color: rgb(185,146,206); }
H1.HeaderClassName
{
color: #B992CE;
}
.AnyTagClassName
{
color: #B992CE;
}
</style>
background-color css
<style>
a { background-color: #B992CE; }
a { background-color: rgb(185,146,206); }
div.DivClassName
{
background-color: #B992CE;
}
.BgClassName
{
background-color: #B992CE;
}
</style>
border-color css
<style>
span { border-color: #B992CE; }
span { border-color: rgb(185,146,206); }
td.TdClassName
{
border-color: #B992CE;
}
.TagClassName
{
border-color: #B992CE;
}
</style>