Shades of East Side #BB94CA
Tints of East Side #BB94CA
RGB
CMYK
RGB Variations
Color information
#BB94CA (or 0xBB94CA) is known color: East Side. HEX triplet: BB, 94 and CA. RGB value is (187,148,202). Sum of RGB (Red+Green+Blue) = 187+148+202=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94CA is #446B35. Grayscale: #A5A5A5. Windows color (decimal): -4483894 or 13276347. OLE color: 13276347.
HSL color Cylindrical-coordinate representation of color #BB94CA: hue angle of 283.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB94CA is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 148 | 202 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.21 |
| HSL | 283.33º | 0.34% | 0.69% | - |
| HSV(B) | 283.33º | 0.27% | 0.79% | - |
| XYZ | 41.74 | 36.01 | 60.63 | - |
| YUV | 165.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 202 | 0.07 | 0.27 | 0 | 0.21 | 283.33 | 0.34 | 0.69 |
| Hex | BB | 94 | CA | 7 | 1B | 0 | 15 | 11B | 22 | 45 |
| Octal | 273 | 224 | 312 | 7 | 33 | 0 | 25 | 433 | 42 | 105 |
| Binary | 10111011 | 10010100 | 11001010 | 111 | 11011 | 0 | 10101 | 100011011 | 100010 | 1000101 |
Color Harmonies of #BB94CA
Complementary color
Monochromatic Colors of #BB94CA
Black with #BB94CA
Text Example
Text Example
White with #BB94CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB94CA; }
p { color: rgb(187,148,202); }
H1.HeaderClassName
{
color: #BB94CA;
}
.AnyTagClassName
{
color: #BB94CA;
}
</style>
background-color css
<style>
a { background-color: #BB94CA; }
a { background-color: rgb(187,148,202); }
div.DivClassName
{
background-color: #BB94CA;
}
.BgClassName
{
background-color: #BB94CA;
}
</style>
border-color css
<style>
span { border-color: #BB94CA; }
span { border-color: rgb(187,148,202); }
td.TdClassName
{
border-color: #BB94CA;
}
.TagClassName
{
border-color: #BB94CA;
}
</style>