Shades of East Side #B892CA
Tints of East Side #B892CA
RGB
CMYK
RGB Variations
Color information
#B892CA (or 0xB892CA) is known color: East Side. HEX triplet: B8, 92 and CA. RGB value is (184,146,202). Sum of RGB (Red+Green+Blue) = 184+146+202=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #B892CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892CA is #476D35. Grayscale: #A3A3A3. Windows color (decimal): -4681014 or 13275832. OLE color: 13275832.
HSL color Cylindrical-coordinate representation of color #B892CA: hue angle of 280.71º 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 #B892CA is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 146 | 202 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.21 |
| HSL | 280.71º | 0.35% | 0.68% | - |
| HSV(B) | 280.71º | 0.28% | 0.79% | - |
| XYZ | 40.71 | 35.01 | 60.49 | - |
| YUV | 163.75 | 149.59 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 202 | 0.09 | 0.28 | 0 | 0.21 | 280.71 | 0.35 | 0.68 |
| Hex | B8 | 92 | CA | 9 | 1C | 0 | 15 | 119 | 23 | 44 |
| Octal | 270 | 222 | 312 | 11 | 34 | 0 | 25 | 431 | 43 | 104 |
| Binary | 10111000 | 10010010 | 11001010 | 1001 | 11100 | 0 | 10101 | 100011001 | 100011 | 1000100 |
Color Harmonies of #B892CA
Complementary color
Monochromatic Colors of #B892CA
Black with #B892CA
Text Example
Text Example
White with #B892CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892CA; }
p { color: rgb(184,146,202); }
H1.HeaderClassName
{
color: #B892CA;
}
.AnyTagClassName
{
color: #B892CA;
}
</style>
background-color css
<style>
a { background-color: #B892CA; }
a { background-color: rgb(184,146,202); }
div.DivClassName
{
background-color: #B892CA;
}
.BgClassName
{
background-color: #B892CA;
}
</style>
border-color css
<style>
span { border-color: #B892CA; }
span { border-color: rgb(184,146,202); }
td.TdClassName
{
border-color: #B892CA;
}
.TagClassName
{
border-color: #B892CA;
}
</style>