Shades of East Side #B693BD
Tints of East Side #B693BD
RGB
CMYK
RGB Variations
Color information
#B693BD (or 0xB693BD) is known color: East Side. HEX triplet: B6, 93 and BD. RGB value is (182,147,189). Sum of RGB (Red+Green+Blue) = 182+147+189=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #B693BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693BD is #496C42. Grayscale: #A2A2A2. Windows color (decimal): -4811843 or 12424118. OLE color: 12424118.
HSL color Cylindrical-coordinate representation of color #B693BD: hue angle of 290º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B693BD is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 147 | 189 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.26 |
| HSL | 290º | 0.24% | 0.66% | - |
| HSV(B) | 290º | 0.22% | 0.74% | - |
| XYZ | 38.91 | 34.49 | 52.75 | - |
| YUV | 162.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 147 | 189 | 0.04 | 0.22 | 0 | 0.26 | 290 | 0.24 | 0.66 |
| Hex | B6 | 93 | BD | 4 | 16 | 0 | 1A | 122 | 18 | 42 |
| Octal | 266 | 223 | 275 | 4 | 26 | 0 | 32 | 442 | 30 | 102 |
| Binary | 10110110 | 10010011 | 10111101 | 100 | 10110 | 0 | 11010 | 100100010 | 11000 | 1000010 |
Color Harmonies of #B693BD
Complementary color
Monochromatic Colors of #B693BD
Black with #B693BD
Text Example
Text Example
White with #B693BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B693BD; }
p { color: rgb(182,147,189); }
H1.HeaderClassName
{
color: #B693BD;
}
.AnyTagClassName
{
color: #B693BD;
}
</style>
background-color css
<style>
a { background-color: #B693BD; }
a { background-color: rgb(182,147,189); }
div.DivClassName
{
background-color: #B693BD;
}
.BgClassName
{
background-color: #B693BD;
}
</style>
border-color css
<style>
span { border-color: #B693BD; }
span { border-color: rgb(182,147,189); }
td.TdClassName
{
border-color: #B693BD;
}
.TagClassName
{
border-color: #B693BD;
}
</style>