Shades of East Side #B891CB
Tints of East Side #B891CB
RGB
CMYK
RGB Variations
Color information
#B891CB (or 0xB891CB) is known color: East Side. HEX triplet: B8, 91 and CB. RGB value is (184,145,203). Sum of RGB (Red+Green+Blue) = 184+145+203=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #B891CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B891CB is #476E34. Grayscale: #A3A3A3. Windows color (decimal): -4681269 or 13341112. OLE color: 13341112.
HSL color Cylindrical-coordinate representation of color #B891CB: hue angle of 280.34º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B891CB is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 145 | 203 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.20 |
| HSL | 280.34º | 0.36% | 0.68% | - |
| HSV(B) | 280.34º | 0.29% | 0.8% | - |
| XYZ | 40.67 | 34.75 | 61.06 | - |
| YUV | 163.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 203 | 0.09 | 0.29 | 0 | 0.20 | 280.34 | 0.36 | 0.68 |
| Hex | B8 | 91 | CB | 9 | 1D | 0 | 14 | 118 | 24 | 44 |
| Octal | 270 | 221 | 313 | 11 | 35 | 0 | 24 | 430 | 44 | 104 |
| Binary | 10111000 | 10010001 | 11001011 | 1001 | 11101 | 0 | 10100 | 100011000 | 100100 | 1000100 |
Color Harmonies of #B891CB
Complementary color
Monochromatic Colors of #B891CB
Black with #B891CB
Text Example
Text Example
White with #B891CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B891CB; }
p { color: rgb(184,145,203); }
H1.HeaderClassName
{
color: #B891CB;
}
.AnyTagClassName
{
color: #B891CB;
}
</style>
background-color css
<style>
a { background-color: #B891CB; }
a { background-color: rgb(184,145,203); }
div.DivClassName
{
background-color: #B891CB;
}
.BgClassName
{
background-color: #B891CB;
}
</style>
border-color css
<style>
span { border-color: #B891CB; }
span { border-color: rgb(184,145,203); }
td.TdClassName
{
border-color: #B891CB;
}
.TagClassName
{
border-color: #B891CB;
}
</style>