Shades of East Side #B996CA
Tints of East Side #B996CA
RGB
CMYK
RGB Variations
Color information
#B996CA (or 0xB996CA) is known color: East Side. HEX triplet: B9, 96 and CA. RGB value is (185,150,202). Sum of RGB (Red+Green+Blue) = 185+150+202=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 150 (58.98% from 255 or 27.93% 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 #B996CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996CA is #466935. Grayscale: #A6A6A6. Windows color (decimal): -4614454 or 13276857. OLE color: 13276857.
HSL color Cylindrical-coordinate representation of color #B996CA: hue angle of 280.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B996CA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 150 | 202 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.21 |
| HSL | 280.38º | 0.33% | 0.69% | - |
| HSV(B) | 280.38º | 0.26% | 0.79% | - |
| XYZ | 41.57 | 36.39 | 60.71 | - |
| YUV | 166.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 202 | 0.08 | 0.26 | 0 | 0.21 | 280.38 | 0.33 | 0.69 |
| Hex | B9 | 96 | CA | 8 | 1A | 0 | 15 | 118 | 21 | 45 |
| Octal | 271 | 226 | 312 | 10 | 32 | 0 | 25 | 430 | 41 | 105 |
| Binary | 10111001 | 10010110 | 11001010 | 1000 | 11010 | 0 | 10101 | 100011000 | 100001 | 1000101 |
Color Harmonies of #B996CA
Complementary color
Monochromatic Colors of #B996CA
Black with #B996CA
Text Example
Text Example
White with #B996CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B996CA; }
p { color: rgb(185,150,202); }
H1.HeaderClassName
{
color: #B996CA;
}
.AnyTagClassName
{
color: #B996CA;
}
</style>
background-color css
<style>
a { background-color: #B996CA; }
a { background-color: rgb(185,150,202); }
div.DivClassName
{
background-color: #B996CA;
}
.BgClassName
{
background-color: #B996CA;
}
</style>
border-color css
<style>
span { border-color: #B996CA; }
span { border-color: rgb(185,150,202); }
td.TdClassName
{
border-color: #B996CA;
}
.TagClassName
{
border-color: #B996CA;
}
</style>