Shades of East Side #BB8FCE
Tints of East Side #BB8FCE
RGB
CMYK
RGB Variations
Color information
#BB8FCE (or 0xBB8FCE) is known color: East Side. HEX triplet: BB, 8F and CE. RGB value is (187,143,206). Sum of RGB (Red+Green+Blue) = 187+143+206=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB8FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FCE is #447031. Grayscale: #A3A3A3. Windows color (decimal): -4485170 or 13537211. OLE color: 13537211.
HSL color Cylindrical-coordinate representation of color #BB8FCE: hue angle of 281.9º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB8FCE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 143 | 206 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.19 |
| HSL | 281.9º | 0.39% | 0.68% | - |
| HSV(B) | 281.9º | 0.31% | 0.81% | - |
| XYZ | 41.46 | 34.67 | 62.9 | - |
| YUV | 163.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 206 | 0.09 | 0.31 | 0 | 0.19 | 281.9 | 0.39 | 0.68 |
| Hex | BB | 8F | CE | 9 | 1F | 0 | 13 | 11A | 27 | 44 |
| Octal | 273 | 217 | 316 | 11 | 37 | 0 | 23 | 432 | 47 | 104 |
| Binary | 10111011 | 10001111 | 11001110 | 1001 | 11111 | 0 | 10011 | 100011010 | 100111 | 1000100 |
Color Harmonies of #BB8FCE
Complementary color
Monochromatic Colors of #BB8FCE
Black with #BB8FCE
Text Example
Text Example
White with #BB8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FCE; }
p { color: rgb(187,143,206); }
H1.HeaderClassName
{
color: #BB8FCE;
}
.AnyTagClassName
{
color: #BB8FCE;
}
</style>
background-color css
<style>
a { background-color: #BB8FCE; }
a { background-color: rgb(187,143,206); }
div.DivClassName
{
background-color: #BB8FCE;
}
.BgClassName
{
background-color: #BB8FCE;
}
</style>
border-color css
<style>
span { border-color: #BB8FCE; }
span { border-color: rgb(187,143,206); }
td.TdClassName
{
border-color: #BB8FCE;
}
.TagClassName
{
border-color: #BB8FCE;
}
</style>