Shades of East Side #BB8ACE
Tints of East Side #BB8ACE
RGB
CMYK
RGB Variations
Color information
#BB8ACE (or 0xBB8ACE) is known color: East Side. HEX triplet: BB, 8A and CE. RGB value is (187,138,206). Sum of RGB (Red+Green+Blue) = 187+138+206=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ACE is #447531. Grayscale: #A0A0A0. Windows color (decimal): -4486450 or 13535931. OLE color: 13535931.
HSL color Cylindrical-coordinate representation of color #BB8ACE: hue angle of 283.24º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB8ACE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 138 | 206 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.19 |
| HSL | 283.24º | 0.41% | 0.67% | - |
| HSV(B) | 283.24º | 0.33% | 0.81% | - |
| XYZ | 40.72 | 33.2 | 62.65 | - |
| YUV | 160.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 206 | 0.09 | 0.33 | 0 | 0.19 | 283.24 | 0.41 | 0.67 |
| Hex | BB | 8A | CE | 9 | 21 | 0 | 13 | 11B | 29 | 43 |
| Octal | 273 | 212 | 316 | 11 | 41 | 0 | 23 | 433 | 51 | 103 |
| Binary | 10111011 | 10001010 | 11001110 | 1001 | 100001 | 0 | 10011 | 100011011 | 101001 | 1000011 |
Color Harmonies of #BB8ACE
Complementary color
Monochromatic Colors of #BB8ACE
Black with #BB8ACE
Text Example
Text Example
White with #BB8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8ACE; }
p { color: rgb(187,138,206); }
H1.HeaderClassName
{
color: #BB8ACE;
}
.AnyTagClassName
{
color: #BB8ACE;
}
</style>
background-color css
<style>
a { background-color: #BB8ACE; }
a { background-color: rgb(187,138,206); }
div.DivClassName
{
background-color: #BB8ACE;
}
.BgClassName
{
background-color: #BB8ACE;
}
</style>
border-color css
<style>
span { border-color: #BB8ACE; }
span { border-color: rgb(187,138,206); }
td.TdClassName
{
border-color: #BB8ACE;
}
.TagClassName
{
border-color: #BB8ACE;
}
</style>