Shades of East Side #BB85CE
Tints of East Side #BB85CE
RGB
CMYK
RGB Variations
Color information
#BB85CE (or 0xBB85CE) is known color: East Side. HEX triplet: BB, 85 and CE. RGB value is (187,133,206). Sum of RGB (Red+Green+Blue) = 187+133+206=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85CE is #447A31. Grayscale: #9D9D9D. Windows color (decimal): -4487730 or 13534651. OLE color: 13534651.
HSL color Cylindrical-coordinate representation of color #BB85CE: hue angle of 284.38º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB85CE is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 133 | 206 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.19 |
| HSL | 284.38º | 0.43% | 0.66% | - |
| HSV(B) | 284.38º | 0.35% | 0.81% | - |
| XYZ | 40.02 | 31.8 | 62.42 | - |
| YUV | 157.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 206 | 0.09 | 0.35 | 0 | 0.19 | 284.38 | 0.43 | 0.66 |
| Hex | BB | 85 | CE | 9 | 23 | 0 | 13 | 11C | 2B | 42 |
| Octal | 273 | 205 | 316 | 11 | 43 | 0 | 23 | 434 | 53 | 102 |
| Binary | 10111011 | 10000101 | 11001110 | 1001 | 100011 | 0 | 10011 | 100011100 | 101011 | 1000010 |
Color Harmonies of #BB85CE
Complementary color
Monochromatic Colors of #BB85CE
Black with #BB85CE
Text Example
Text Example
White with #BB85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB85CE; }
p { color: rgb(187,133,206); }
H1.HeaderClassName
{
color: #BB85CE;
}
.AnyTagClassName
{
color: #BB85CE;
}
</style>
background-color css
<style>
a { background-color: #BB85CE; }
a { background-color: rgb(187,133,206); }
div.DivClassName
{
background-color: #BB85CE;
}
.BgClassName
{
background-color: #BB85CE;
}
</style>
border-color css
<style>
span { border-color: #BB85CE; }
span { border-color: rgb(187,133,206); }
td.TdClassName
{
border-color: #BB85CE;
}
.TagClassName
{
border-color: #BB85CE;
}
</style>