Shades of East Side #BB8ACC
Tints of East Side #BB8ACC
RGB
CMYK
RGB Variations
Color information
#BB8ACC (or 0xBB8ACC) is known color: East Side. HEX triplet: BB, 8A and CC. RGB value is (187,138,204). Sum of RGB (Red+Green+Blue) = 187+138+204=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ACC is #447533. Grayscale: #9F9F9F. Windows color (decimal): -4486452 or 13404859. OLE color: 13404859.
HSL color Cylindrical-coordinate representation of color #BB8ACC: hue angle of 284.55º degrees, saturation: 0.39, 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 #BB8ACC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 138 | 204 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.2 |
| HSL | 284.55º | 0.39% | 0.67% | - |
| HSV(B) | 284.55º | 0.32% | 0.8% | - |
| XYZ | 40.48 | 33.1 | 61.38 | - |
| YUV | 160.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 204 | 0.08 | 0.32 | 0 | 0.2 | 284.55 | 0.39 | 0.67 |
| Hex | BB | 8A | CC | 8 | 20 | 0 | 14 | 11D | 27 | 43 |
| Octal | 273 | 212 | 314 | 10 | 40 | 0 | 24 | 435 | 47 | 103 |
| Binary | 10111011 | 10001010 | 11001100 | 1000 | 100000 | 0 | 10100 | 100011101 | 100111 | 1000011 |
Color Harmonies of #BB8ACC
Complementary color
Monochromatic Colors of #BB8ACC
Black with #BB8ACC
Text Example
Text Example
White with #BB8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ACC; }
p { color: rgb(187,138,204); }
H1.HeaderClassName
{
color: #BB8ACC;
}
.AnyTagClassName
{
color: #BB8ACC;
}
</style>
background-color css
<style>
a { background-color: #BB8ACC; }
a { background-color: rgb(187,138,204); }
div.DivClassName
{
background-color: #BB8ACC;
}
.BgClassName
{
background-color: #BB8ACC;
}
</style>
border-color css
<style>
span { border-color: #BB8ACC; }
span { border-color: rgb(187,138,204); }
td.TdClassName
{
border-color: #BB8ACC;
}
.TagClassName
{
border-color: #BB8ACC;
}
</style>