Shades of East Side #B88CBD
Tints of East Side #B88CBD
RGB
CMYK
RGB Variations
Color information
#B88CBD (or 0xB88CBD) is known color: East Side. HEX triplet: B8, 8C and BD. RGB value is (184,140,189). Sum of RGB (Red+Green+Blue) = 184+140+189=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #B88CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CBD is #477342. Grayscale: #9E9E9E. Windows color (decimal): -4682563 or 12422328. OLE color: 12422328.
HSL color Cylindrical-coordinate representation of color #B88CBD: hue angle of 293.88º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B88CBD is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 140 | 189 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.26 |
| HSL | 293.88º | 0.27% | 0.65% | - |
| HSV(B) | 293.88º | 0.26% | 0.74% | - |
| XYZ | 38.33 | 32.62 | 52.42 | - |
| YUV | 158.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 189 | 0.03 | 0.26 | 0 | 0.26 | 293.88 | 0.27 | 0.65 |
| Hex | B8 | 8C | BD | 3 | 1A | 0 | 1A | 126 | 1B | 41 |
| Octal | 270 | 214 | 275 | 3 | 32 | 0 | 32 | 446 | 33 | 101 |
| Binary | 10111000 | 10001100 | 10111101 | 11 | 11010 | 0 | 11010 | 100100110 | 11011 | 1000001 |
Color Harmonies of #B88CBD
Complementary color
Monochromatic Colors of #B88CBD
Black with #B88CBD
Text Example
Text Example
White with #B88CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88CBD; }
p { color: rgb(184,140,189); }
H1.HeaderClassName
{
color: #B88CBD;
}
.AnyTagClassName
{
color: #B88CBD;
}
</style>
background-color css
<style>
a { background-color: #B88CBD; }
a { background-color: rgb(184,140,189); }
div.DivClassName
{
background-color: #B88CBD;
}
.BgClassName
{
background-color: #B88CBD;
}
</style>
border-color css
<style>
span { border-color: #B88CBD; }
span { border-color: rgb(184,140,189); }
td.TdClassName
{
border-color: #B88CBD;
}
.TagClassName
{
border-color: #B88CBD;
}
</style>