Shades of East Side #BB8CCD
Tints of East Side #BB8CCD
RGB
CMYK
RGB Variations
Color information
#BB8CCD (or 0xBB8CCD) is known color: East Side. HEX triplet: BB, 8C and CD. RGB value is (187,140,205). Sum of RGB (Red+Green+Blue) = 187+140+205=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CCD is #447332. Grayscale: #A1A1A1. Windows color (decimal): -4485939 or 13470907. OLE color: 13470907.
HSL color Cylindrical-coordinate representation of color #BB8CCD: hue angle of 283.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8CCD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 140 | 205 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.20 |
| HSL | 283.38º | 0.39% | 0.68% | - |
| HSV(B) | 283.38º | 0.32% | 0.8% | - |
| XYZ | 40.89 | 33.73 | 62.11 | - |
| YUV | 161.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 205 | 0.09 | 0.32 | 0 | 0.20 | 283.38 | 0.39 | 0.68 |
| Hex | BB | 8C | CD | 9 | 20 | 0 | 14 | 11B | 27 | 44 |
| Octal | 273 | 214 | 315 | 11 | 40 | 0 | 24 | 433 | 47 | 104 |
| Binary | 10111011 | 10001100 | 11001101 | 1001 | 100000 | 0 | 10100 | 100011011 | 100111 | 1000100 |
Color Harmonies of #BB8CCD
Complementary color
Monochromatic Colors of #BB8CCD
Black with #BB8CCD
Text Example
Text Example
White with #BB8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CCD; }
p { color: rgb(187,140,205); }
H1.HeaderClassName
{
color: #BB8CCD;
}
.AnyTagClassName
{
color: #BB8CCD;
}
</style>
background-color css
<style>
a { background-color: #BB8CCD; }
a { background-color: rgb(187,140,205); }
div.DivClassName
{
background-color: #BB8CCD;
}
.BgClassName
{
background-color: #BB8CCD;
}
</style>
border-color css
<style>
span { border-color: #BB8CCD; }
span { border-color: rgb(187,140,205); }
td.TdClassName
{
border-color: #BB8CCD;
}
.TagClassName
{
border-color: #BB8CCD;
}
</style>