Shades of East Side #BB93C6
Tints of East Side #BB93C6
RGB
CMYK
RGB Variations
Color information
#BB93C6 (or 0xBB93C6) is known color: East Side. HEX triplet: BB, 93 and C6. RGB value is (187,147,198). Sum of RGB (Red+Green+Blue) = 187+147+198=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB93C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93C6 is #446C39. Grayscale: #A4A4A4. Windows color (decimal): -4484154 or 13013947. OLE color: 13013947.
HSL color Cylindrical-coordinate representation of color #BB93C6: hue angle of 287.06º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB93C6 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 147 | 198 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.22 |
| HSL | 287.06º | 0.31% | 0.68% | - |
| HSV(B) | 287.06º | 0.26% | 0.78% | - |
| XYZ | 41.12 | 35.51 | 58.11 | - |
| YUV | 164.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 198 | 0.06 | 0.26 | 0 | 0.22 | 287.06 | 0.31 | 0.68 |
| Hex | BB | 93 | C6 | 6 | 1A | 0 | 16 | 11F | 1F | 44 |
| Octal | 273 | 223 | 306 | 6 | 32 | 0 | 26 | 437 | 37 | 104 |
| Binary | 10111011 | 10010011 | 11000110 | 110 | 11010 | 0 | 10110 | 100011111 | 11111 | 1000100 |
Color Harmonies of #BB93C6
Complementary color
Monochromatic Colors of #BB93C6
Black with #BB93C6
Text Example
Text Example
White with #BB93C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93C6; }
p { color: rgb(187,147,198); }
H1.HeaderClassName
{
color: #BB93C6;
}
.AnyTagClassName
{
color: #BB93C6;
}
</style>
background-color css
<style>
a { background-color: #BB93C6; }
a { background-color: rgb(187,147,198); }
div.DivClassName
{
background-color: #BB93C6;
}
.BgClassName
{
background-color: #BB93C6;
}
</style>
border-color css
<style>
span { border-color: #BB93C6; }
span { border-color: rgb(187,147,198); }
td.TdClassName
{
border-color: #BB93C6;
}
.TagClassName
{
border-color: #BB93C6;
}
</style>