Shades of East Side #B994C2
Tints of East Side #B994C2
RGB
CMYK
RGB Variations
Color information
#B994C2 (or 0xB994C2) is known color: East Side. HEX triplet: B9, 94 and C2. RGB value is (185,148,194). Sum of RGB (Red+Green+Blue) = 185+148+194=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 194 - color contains mainly: blue. Hex color #B994C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994C2 is #466B3D. Grayscale: #A4A4A4. Windows color (decimal): -4614974 or 12752057. OLE color: 12752057.
HSL color Cylindrical-coordinate representation of color #B994C2: hue angle of 288.26º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B994C2 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 148 | 194 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.24 |
| HSL | 288.26º | 0.27% | 0.67% | - |
| HSV(B) | 288.26º | 0.24% | 0.76% | - |
| XYZ | 40.34 | 35.39 | 55.74 | - |
| YUV | 164.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 194 | 0.05 | 0.24 | 0 | 0.24 | 288.26 | 0.27 | 0.67 |
| Hex | B9 | 94 | C2 | 5 | 18 | 0 | 18 | 120 | 1B | 43 |
| Octal | 271 | 224 | 302 | 5 | 30 | 0 | 30 | 440 | 33 | 103 |
| Binary | 10111001 | 10010100 | 11000010 | 101 | 11000 | 0 | 11000 | 100100000 | 11011 | 1000011 |
Color Harmonies of #B994C2
Complementary color
Monochromatic Colors of #B994C2
Black with #B994C2
Text Example
Text Example
White with #B994C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B994C2; }
p { color: rgb(185,148,194); }
H1.HeaderClassName
{
color: #B994C2;
}
.AnyTagClassName
{
color: #B994C2;
}
</style>
background-color css
<style>
a { background-color: #B994C2; }
a { background-color: rgb(185,148,194); }
div.DivClassName
{
background-color: #B994C2;
}
.BgClassName
{
background-color: #B994C2;
}
</style>
border-color css
<style>
span { border-color: #B994C2; }
span { border-color: rgb(185,148,194); }
td.TdClassName
{
border-color: #B994C2;
}
.TagClassName
{
border-color: #B994C2;
}
</style>