Shades of East Side #BB8ECF
Tints of East Side #BB8ECF
RGB
CMYK
RGB Variations
Color information
#BB8ECF (or 0xBB8ECF) is known color: East Side. HEX triplet: BB, 8E and CF. RGB value is (187,142,207). Sum of RGB (Red+Green+Blue) = 187+142+207=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB8ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ECF is #447130. Grayscale: #A2A2A2. Windows color (decimal): -4485425 or 13602491. OLE color: 13602491.
HSL color Cylindrical-coordinate representation of color #BB8ECF: hue angle of 281.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB8ECF is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 142 | 207 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.19 |
| HSL | 281.54º | 0.4% | 0.68% | - |
| HSV(B) | 281.54º | 0.31% | 0.81% | - |
| XYZ | 41.43 | 34.42 | 63.49 | - |
| YUV | 162.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 207 | 0.10 | 0.31 | 0 | 0.19 | 281.54 | 0.4 | 0.68 |
| Hex | BB | 8E | CF | A | 1F | 0 | 13 | 11A | 28 | 44 |
| Octal | 273 | 216 | 317 | 12 | 37 | 0 | 23 | 432 | 50 | 104 |
| Binary | 10111011 | 10001110 | 11001111 | 1010 | 11111 | 0 | 10011 | 100011010 | 101000 | 1000100 |
Color Harmonies of #BB8ECF
Complementary color
Monochromatic Colors of #BB8ECF
Black with #BB8ECF
Text Example
Text Example
White with #BB8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ECF; }
p { color: rgb(187,142,207); }
H1.HeaderClassName
{
color: #BB8ECF;
}
.AnyTagClassName
{
color: #BB8ECF;
}
</style>
background-color css
<style>
a { background-color: #BB8ECF; }
a { background-color: rgb(187,142,207); }
div.DivClassName
{
background-color: #BB8ECF;
}
.BgClassName
{
background-color: #BB8ECF;
}
</style>
border-color css
<style>
span { border-color: #BB8ECF; }
span { border-color: rgb(187,142,207); }
td.TdClassName
{
border-color: #BB8ECF;
}
.TagClassName
{
border-color: #BB8ECF;
}
</style>