Shades of East Side #BB8ACB
Tints of East Side #BB8ACB
RGB
CMYK
RGB Variations
Color information
#BB8ACB (or 0xBB8ACB) is known color: East Side. HEX triplet: BB, 8A and CB. RGB value is (187,138,203). Sum of RGB (Red+Green+Blue) = 187+138+203=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB8ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ACB is #447534. Grayscale: #9F9F9F. Windows color (decimal): -4486453 or 13339323. OLE color: 13339323.
HSL color Cylindrical-coordinate representation of color #BB8ACB: hue angle of 285.23º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8ACB is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 138 | 203 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.20 |
| HSL | 285.23º | 0.38% | 0.67% | - |
| HSV(B) | 285.23º | 0.32% | 0.8% | - |
| XYZ | 40.36 | 33.05 | 60.75 | - |
| YUV | 160.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 203 | 0.08 | 0.32 | 0 | 0.20 | 285.23 | 0.38 | 0.67 |
| Hex | BB | 8A | CB | 8 | 20 | 0 | 14 | 11D | 26 | 43 |
| Octal | 273 | 212 | 313 | 10 | 40 | 0 | 24 | 435 | 46 | 103 |
| Binary | 10111011 | 10001010 | 11001011 | 1000 | 100000 | 0 | 10100 | 100011101 | 100110 | 1000011 |
Color Harmonies of #BB8ACB
Complementary color
Monochromatic Colors of #BB8ACB
Black with #BB8ACB
Text Example
Text Example
White with #BB8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ACB; }
p { color: rgb(187,138,203); }
H1.HeaderClassName
{
color: #BB8ACB;
}
.AnyTagClassName
{
color: #BB8ACB;
}
</style>
background-color css
<style>
a { background-color: #BB8ACB; }
a { background-color: rgb(187,138,203); }
div.DivClassName
{
background-color: #BB8ACB;
}
.BgClassName
{
background-color: #BB8ACB;
}
</style>
border-color css
<style>
span { border-color: #BB8ACB; }
span { border-color: rgb(187,138,203); }
td.TdClassName
{
border-color: #BB8ACB;
}
.TagClassName
{
border-color: #BB8ACB;
}
</style>