Shades of East Side #B893CB
Tints of East Side #B893CB
RGB
CMYK
RGB Variations
Color information
#B893CB (or 0xB893CB) is known color: East Side. HEX triplet: B8, 93 and CB. RGB value is (184,147,203). Sum of RGB (Red+Green+Blue) = 184+147+203=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 147 (57.81% from 255 or 27.53% 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 #B893CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893CB is #476C34. Grayscale: #A4A4A4. Windows color (decimal): -4680757 or 13341624. OLE color: 13341624.
HSL color Cylindrical-coordinate representation of color #B893CB: hue angle of 279.64º degrees, saturation: 0.35, 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 #B893CB is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 147 | 203 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.20 |
| HSL | 279.64º | 0.35% | 0.69% | - |
| HSV(B) | 279.64º | 0.28% | 0.8% | - |
| XYZ | 40.98 | 35.37 | 61.17 | - |
| YUV | 164.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 203 | 0.09 | 0.28 | 0 | 0.20 | 279.64 | 0.35 | 0.69 |
| Hex | B8 | 93 | CB | 9 | 1C | 0 | 14 | 118 | 23 | 45 |
| Octal | 270 | 223 | 313 | 11 | 34 | 0 | 24 | 430 | 43 | 105 |
| Binary | 10111000 | 10010011 | 11001011 | 1001 | 11100 | 0 | 10100 | 100011000 | 100011 | 1000101 |
Color Harmonies of #B893CB
Complementary color
Monochromatic Colors of #B893CB
Black with #B893CB
Text Example
Text Example
White with #B893CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893CB; }
p { color: rgb(184,147,203); }
H1.HeaderClassName
{
color: #B893CB;
}
.AnyTagClassName
{
color: #B893CB;
}
</style>
background-color css
<style>
a { background-color: #B893CB; }
a { background-color: rgb(184,147,203); }
div.DivClassName
{
background-color: #B893CB;
}
.BgClassName
{
background-color: #B893CB;
}
</style>
border-color css
<style>
span { border-color: #B893CB; }
span { border-color: rgb(184,147,203); }
td.TdClassName
{
border-color: #B893CB;
}
.TagClassName
{
border-color: #B893CB;
}
</style>