Shades of East Side #B893CD
Tints of East Side #B893CD
RGB
CMYK
RGB Variations
Color information
#B893CD (or 0xB893CD) is known color: East Side. HEX triplet: B8, 93 and CD. RGB value is (184,147,205). Sum of RGB (Red+Green+Blue) = 184+147+205=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #B893CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893CD is #476C32. Grayscale: #A4A4A4. Windows color (decimal): -4680755 or 13472696. OLE color: 13472696.
HSL color Cylindrical-coordinate representation of color #B893CD: hue angle of 278.28º degrees, saturation: 0.37, 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 #B893CD is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 147 | 205 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.20 |
| HSL | 278.28º | 0.37% | 0.69% | - |
| HSV(B) | 278.28º | 0.28% | 0.8% | - |
| XYZ | 41.22 | 35.47 | 62.43 | - |
| YUV | 164.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 205 | 0.10 | 0.28 | 0 | 0.20 | 278.28 | 0.37 | 0.69 |
| Hex | B8 | 93 | CD | A | 1C | 0 | 14 | 116 | 25 | 45 |
| Octal | 270 | 223 | 315 | 12 | 34 | 0 | 24 | 426 | 45 | 105 |
| Binary | 10111000 | 10010011 | 11001101 | 1010 | 11100 | 0 | 10100 | 100010110 | 100101 | 1000101 |
Color Harmonies of #B893CD
Complementary color
Monochromatic Colors of #B893CD
Black with #B893CD
Text Example
Text Example
White with #B893CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893CD; }
p { color: rgb(184,147,205); }
H1.HeaderClassName
{
color: #B893CD;
}
.AnyTagClassName
{
color: #B893CD;
}
</style>
background-color css
<style>
a { background-color: #B893CD; }
a { background-color: rgb(184,147,205); }
div.DivClassName
{
background-color: #B893CD;
}
.BgClassName
{
background-color: #B893CD;
}
</style>
border-color css
<style>
span { border-color: #B893CD; }
span { border-color: rgb(184,147,205); }
td.TdClassName
{
border-color: #B893CD;
}
.TagClassName
{
border-color: #B893CD;
}
</style>