Shades of East Side #B992CB
Tints of East Side #B992CB
RGB
CMYK
RGB Variations
Color information
#B992CB (or 0xB992CB) is known color: East Side. HEX triplet: B9, 92 and CB. RGB value is (185,146,203). Sum of RGB (Red+Green+Blue) = 185+146+203=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #B992CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992CB is #466D34. Grayscale: #A3A3A3. Windows color (decimal): -4615477 or 13341369. OLE color: 13341369.
HSL color Cylindrical-coordinate representation of color #B992CB: hue angle of 281.05º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B992CB is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 146 | 203 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.20 |
| HSL | 281.05º | 0.35% | 0.68% | - |
| HSV(B) | 281.05º | 0.28% | 0.8% | - |
| XYZ | 41.07 | 35.18 | 61.13 | - |
| YUV | 164.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 203 | 0.09 | 0.28 | 0 | 0.20 | 281.05 | 0.35 | 0.68 |
| Hex | B9 | 92 | CB | 9 | 1C | 0 | 14 | 119 | 23 | 44 |
| Octal | 271 | 222 | 313 | 11 | 34 | 0 | 24 | 431 | 43 | 104 |
| Binary | 10111001 | 10010010 | 11001011 | 1001 | 11100 | 0 | 10100 | 100011001 | 100011 | 1000100 |
Color Harmonies of #B992CB
Complementary color
Monochromatic Colors of #B992CB
Black with #B992CB
Text Example
Text Example
White with #B992CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B992CB; }
p { color: rgb(185,146,203); }
H1.HeaderClassName
{
color: #B992CB;
}
.AnyTagClassName
{
color: #B992CB;
}
</style>
background-color css
<style>
a { background-color: #B992CB; }
a { background-color: rgb(185,146,203); }
div.DivClassName
{
background-color: #B992CB;
}
.BgClassName
{
background-color: #B992CB;
}
</style>
border-color css
<style>
span { border-color: #B992CB; }
span { border-color: rgb(185,146,203); }
td.TdClassName
{
border-color: #B992CB;
}
.TagClassName
{
border-color: #B992CB;
}
</style>