Shades of East Side #BB8FC9
Tints of East Side #BB8FC9
RGB
CMYK
RGB Variations
Color information
#BB8FC9 (or 0xBB8FC9) is known color: East Side. HEX triplet: BB, 8F and C9. RGB value is (187,143,201). Sum of RGB (Red+Green+Blue) = 187+143+201=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB8FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FC9 is #447036. Grayscale: #A2A2A2. Windows color (decimal): -4485175 or 13209531. OLE color: 13209531.
HSL color Cylindrical-coordinate representation of color #BB8FC9: hue angle of 285.52º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB8FC9 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 143 | 201 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.21 |
| HSL | 285.52º | 0.35% | 0.67% | - |
| HSV(B) | 285.52º | 0.29% | 0.79% | - |
| XYZ | 40.86 | 34.43 | 59.75 | - |
| YUV | 162.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 201 | 0.07 | 0.29 | 0 | 0.21 | 285.52 | 0.35 | 0.67 |
| Hex | BB | 8F | C9 | 7 | 1D | 0 | 15 | 11E | 23 | 43 |
| Octal | 273 | 217 | 311 | 7 | 35 | 0 | 25 | 436 | 43 | 103 |
| Binary | 10111011 | 10001111 | 11001001 | 111 | 11101 | 0 | 10101 | 100011110 | 100011 | 1000011 |
Color Harmonies of #BB8FC9
Complementary color
Monochromatic Colors of #BB8FC9
Black with #BB8FC9
Text Example
Text Example
White with #BB8FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FC9; }
p { color: rgb(187,143,201); }
H1.HeaderClassName
{
color: #BB8FC9;
}
.AnyTagClassName
{
color: #BB8FC9;
}
</style>
background-color css
<style>
a { background-color: #BB8FC9; }
a { background-color: rgb(187,143,201); }
div.DivClassName
{
background-color: #BB8FC9;
}
.BgClassName
{
background-color: #BB8FC9;
}
</style>
border-color css
<style>
span { border-color: #BB8FC9; }
span { border-color: rgb(187,143,201); }
td.TdClassName
{
border-color: #BB8FC9;
}
.TagClassName
{
border-color: #BB8FC9;
}
</style>