Shades of East Side #BB8CC9
Tints of East Side #BB8CC9
RGB
CMYK
RGB Variations
Color information
#BB8CC9 (or 0xBB8CC9) is known color: East Side. HEX triplet: BB, 8C and C9. RGB value is (187,140,201). Sum of RGB (Red+Green+Blue) = 187+140+201=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB8CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CC9 is #447336. Grayscale: #A0A0A0. Windows color (decimal): -4485943 or 13208763. OLE color: 13208763.
HSL color Cylindrical-coordinate representation of color #BB8CC9: hue angle of 286.23º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB8CC9 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 140 | 201 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.21 |
| HSL | 286.23º | 0.36% | 0.67% | - |
| HSV(B) | 286.23º | 0.3% | 0.79% | - |
| XYZ | 40.41 | 33.54 | 59.6 | - |
| YUV | 161.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 201 | 0.07 | 0.30 | 0 | 0.21 | 286.23 | 0.36 | 0.67 |
| Hex | BB | 8C | C9 | 7 | 1E | 0 | 15 | 11E | 24 | 43 |
| Octal | 273 | 214 | 311 | 7 | 36 | 0 | 25 | 436 | 44 | 103 |
| Binary | 10111011 | 10001100 | 11001001 | 111 | 11110 | 0 | 10101 | 100011110 | 100100 | 1000011 |
Color Harmonies of #BB8CC9
Complementary color
Monochromatic Colors of #BB8CC9
Black with #BB8CC9
Text Example
Text Example
White with #BB8CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CC9; }
p { color: rgb(187,140,201); }
H1.HeaderClassName
{
color: #BB8CC9;
}
.AnyTagClassName
{
color: #BB8CC9;
}
</style>
background-color css
<style>
a { background-color: #BB8CC9; }
a { background-color: rgb(187,140,201); }
div.DivClassName
{
background-color: #BB8CC9;
}
.BgClassName
{
background-color: #BB8CC9;
}
</style>
border-color css
<style>
span { border-color: #BB8CC9; }
span { border-color: rgb(187,140,201); }
td.TdClassName
{
border-color: #BB8CC9;
}
.TagClassName
{
border-color: #BB8CC9;
}
</style>