Shades of East Side #B68AC5
Tints of East Side #B68AC5
RGB
CMYK
RGB Variations
Color information
#B68AC5 (or 0xB68AC5) is known color: East Side. HEX triplet: B6, 8A and C5. RGB value is (182,138,197). Sum of RGB (Red+Green+Blue) = 182+138+197=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 197 - color contains mainly: blue. Hex color #B68AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AC5 is #49753A. Grayscale: #9D9D9D. Windows color (decimal): -4814139 or 12946102. OLE color: 12946102.
HSL color Cylindrical-coordinate representation of color #B68AC5: hue angle of 284.75º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B68AC5 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 138 | 197 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.23 |
| HSL | 284.75º | 0.34% | 0.66% | - |
| HSV(B) | 284.75º | 0.3% | 0.77% | - |
| XYZ | 38.46 | 32.15 | 57 | - |
| YUV | 157.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 197 | 0.08 | 0.30 | 0 | 0.23 | 284.75 | 0.34 | 0.66 |
| Hex | B6 | 8A | C5 | 8 | 1E | 0 | 17 | 11D | 22 | 42 |
| Octal | 266 | 212 | 305 | 10 | 36 | 0 | 27 | 435 | 42 | 102 |
| Binary | 10110110 | 10001010 | 11000101 | 1000 | 11110 | 0 | 10111 | 100011101 | 100010 | 1000010 |
Color Harmonies of #B68AC5
Complementary color
Monochromatic Colors of #B68AC5
Black with #B68AC5
Text Example
Text Example
White with #B68AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68AC5; }
p { color: rgb(182,138,197); }
H1.HeaderClassName
{
color: #B68AC5;
}
.AnyTagClassName
{
color: #B68AC5;
}
</style>
background-color css
<style>
a { background-color: #B68AC5; }
a { background-color: rgb(182,138,197); }
div.DivClassName
{
background-color: #B68AC5;
}
.BgClassName
{
background-color: #B68AC5;
}
</style>
border-color css
<style>
span { border-color: #B68AC5; }
span { border-color: rgb(182,138,197); }
td.TdClassName
{
border-color: #B68AC5;
}
.TagClassName
{
border-color: #B68AC5;
}
</style>