Shades of East Side #B68AC6
Tints of East Side #B68AC6
RGB
CMYK
RGB Variations
Color information
#B68AC6 (or 0xB68AC6) is known color: East Side. HEX triplet: B6, 8A and C6. RGB value is (182,138,198). Sum of RGB (Red+Green+Blue) = 182+138+198=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #B68AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AC6 is #497539. Grayscale: #9D9D9D. Windows color (decimal): -4814138 or 13011638. OLE color: 13011638.
HSL color Cylindrical-coordinate representation of color #B68AC6: hue angle of 284º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B68AC6 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 138 | 198 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.22 |
| HSL | 284º | 0.34% | 0.66% | - |
| HSV(B) | 284º | 0.3% | 0.78% | - |
| XYZ | 38.57 | 32.2 | 57.61 | - |
| YUV | 158 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 198 | 0.08 | 0.30 | 0 | 0.22 | 284 | 0.34 | 0.66 |
| Hex | B6 | 8A | C6 | 8 | 1E | 0 | 16 | 11C | 22 | 42 |
| Octal | 266 | 212 | 306 | 10 | 36 | 0 | 26 | 434 | 42 | 102 |
| Binary | 10110110 | 10001010 | 11000110 | 1000 | 11110 | 0 | 10110 | 100011100 | 100010 | 1000010 |
Color Harmonies of #B68AC6
Complementary color
Monochromatic Colors of #B68AC6
Black with #B68AC6
Text Example
Text Example
White with #B68AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68AC6; }
p { color: rgb(182,138,198); }
H1.HeaderClassName
{
color: #B68AC6;
}
.AnyTagClassName
{
color: #B68AC6;
}
</style>
background-color css
<style>
a { background-color: #B68AC6; }
a { background-color: rgb(182,138,198); }
div.DivClassName
{
background-color: #B68AC6;
}
.BgClassName
{
background-color: #B68AC6;
}
</style>
border-color css
<style>
span { border-color: #B68AC6; }
span { border-color: rgb(182,138,198); }
td.TdClassName
{
border-color: #B68AC6;
}
.TagClassName
{
border-color: #B68AC6;
}
</style>