Shades of East Side #B68ACB
Tints of East Side #B68ACB
RGB
CMYK
RGB Variations
Color information
#B68ACB (or 0xB68ACB) is known color: East Side. HEX triplet: B6, 8A and CB. RGB value is (182,138,203). Sum of RGB (Red+Green+Blue) = 182+138+203=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #B68ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ACB is #497534. Grayscale: #9E9E9E. Windows color (decimal): -4814133 or 13339318. OLE color: 13339318.
HSL color Cylindrical-coordinate representation of color #B68ACB: hue angle of 280.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B68ACB is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 138 | 203 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.20 |
| HSL | 280.62º | 0.38% | 0.67% | - |
| HSV(B) | 280.62º | 0.32% | 0.8% | - |
| XYZ | 39.16 | 32.43 | 60.7 | - |
| YUV | 158.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 203 | 0.10 | 0.32 | 0 | 0.20 | 280.62 | 0.38 | 0.67 |
| Hex | B6 | 8A | CB | A | 20 | 0 | 14 | 119 | 26 | 43 |
| Octal | 266 | 212 | 313 | 12 | 40 | 0 | 24 | 431 | 46 | 103 |
| Binary | 10110110 | 10001010 | 11001011 | 1010 | 100000 | 0 | 10100 | 100011001 | 100110 | 1000011 |
Color Harmonies of #B68ACB
Complementary color
Monochromatic Colors of #B68ACB
Black with #B68ACB
Text Example
Text Example
White with #B68ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68ACB; }
p { color: rgb(182,138,203); }
H1.HeaderClassName
{
color: #B68ACB;
}
.AnyTagClassName
{
color: #B68ACB;
}
</style>
background-color css
<style>
a { background-color: #B68ACB; }
a { background-color: rgb(182,138,203); }
div.DivClassName
{
background-color: #B68ACB;
}
.BgClassName
{
background-color: #B68ACB;
}
</style>
border-color css
<style>
span { border-color: #B68ACB; }
span { border-color: rgb(182,138,203); }
td.TdClassName
{
border-color: #B68ACB;
}
.TagClassName
{
border-color: #B68ACB;
}
</style>