Shades of East Side #B693C5
Tints of East Side #B693C5
RGB
CMYK
RGB Variations
Color information
#B693C5 (or 0xB693C5) is known color: East Side. HEX triplet: B6, 93 and C5. RGB value is (182,147,197). Sum of RGB (Red+Green+Blue) = 182+147+197=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 197 - color contains mainly: blue. Hex color #B693C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693C5 is #496C3A. Grayscale: #A3A3A3. Windows color (decimal): -4811835 or 12948406. OLE color: 12948406.
HSL color Cylindrical-coordinate representation of color #B693C5: hue angle of 282º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B693C5 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 147 | 197 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.23 |
| HSL | 282º | 0.3% | 0.67% | - |
| HSV(B) | 282º | 0.25% | 0.77% | - |
| XYZ | 39.8 | 34.84 | 57.45 | - |
| YUV | 163.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 147 | 197 | 0.08 | 0.25 | 0 | 0.23 | 282 | 0.3 | 0.67 |
| Hex | B6 | 93 | C5 | 8 | 19 | 0 | 17 | 11A | 1E | 43 |
| Octal | 266 | 223 | 305 | 10 | 31 | 0 | 27 | 432 | 36 | 103 |
| Binary | 10110110 | 10010011 | 11000101 | 1000 | 11001 | 0 | 10111 | 100011010 | 11110 | 1000011 |
Color Harmonies of #B693C5
Complementary color
Monochromatic Colors of #B693C5
Black with #B693C5
Text Example
Text Example
White with #B693C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B693C5; }
p { color: rgb(182,147,197); }
H1.HeaderClassName
{
color: #B693C5;
}
.AnyTagClassName
{
color: #B693C5;
}
</style>
background-color css
<style>
a { background-color: #B693C5; }
a { background-color: rgb(182,147,197); }
div.DivClassName
{
background-color: #B693C5;
}
.BgClassName
{
background-color: #B693C5;
}
</style>
border-color css
<style>
span { border-color: #B693C5; }
span { border-color: rgb(182,147,197); }
td.TdClassName
{
border-color: #B693C5;
}
.TagClassName
{
border-color: #B693C5;
}
</style>