Shades of East Side #B893C2
Tints of East Side #B893C2
RGB
CMYK
RGB Variations
Color information
#B893C2 (or 0xB893C2) is known color: East Side. HEX triplet: B8, 93 and C2. RGB value is (184,147,194). Sum of RGB (Red+Green+Blue) = 184+147+194=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 194 - color contains mainly: blue. Hex color #B893C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893C2 is #476C3D. Grayscale: #A3A3A3. Windows color (decimal): -4680766 or 12751800. OLE color: 12751800.
HSL color Cylindrical-coordinate representation of color #B893C2: hue angle of 287.23º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B893C2 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 147 | 194 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.24 |
| HSL | 287.23º | 0.28% | 0.67% | - |
| HSV(B) | 287.23º | 0.24% | 0.76% | - |
| XYZ | 39.94 | 34.95 | 55.68 | - |
| YUV | 163.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 194 | 0.05 | 0.24 | 0 | 0.24 | 287.23 | 0.28 | 0.67 |
| Hex | B8 | 93 | C2 | 5 | 18 | 0 | 18 | 11F | 1C | 43 |
| Octal | 270 | 223 | 302 | 5 | 30 | 0 | 30 | 437 | 34 | 103 |
| Binary | 10111000 | 10010011 | 11000010 | 101 | 11000 | 0 | 11000 | 100011111 | 11100 | 1000011 |
Color Harmonies of #B893C2
Complementary color
Monochromatic Colors of #B893C2
Black with #B893C2
Text Example
Text Example
White with #B893C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893C2; }
p { color: rgb(184,147,194); }
H1.HeaderClassName
{
color: #B893C2;
}
.AnyTagClassName
{
color: #B893C2;
}
</style>
background-color css
<style>
a { background-color: #B893C2; }
a { background-color: rgb(184,147,194); }
div.DivClassName
{
background-color: #B893C2;
}
.BgClassName
{
background-color: #B893C2;
}
</style>
border-color css
<style>
span { border-color: #B893C2; }
span { border-color: rgb(184,147,194); }
td.TdClassName
{
border-color: #B893C2;
}
.TagClassName
{
border-color: #B893C2;
}
</style>