Shades of East Side #B695C3
Tints of East Side #B695C3
RGB
CMYK
RGB Variations
Color information
#B695C3 (or 0xB695C3) is known color: East Side. HEX triplet: B6, 95 and C3. RGB value is (182,149,195). Sum of RGB (Red+Green+Blue) = 182+149+195=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 195 - color contains mainly: blue. Hex color #B695C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695C3 is #496A3C. Grayscale: #A3A3A3. Windows color (decimal): -4811325 or 12817846. OLE color: 12817846.
HSL color Cylindrical-coordinate representation of color #B695C3: hue angle of 283.04º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B695C3 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 149 | 195 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.24 |
| HSL | 283.04º | 0.28% | 0.67% | - |
| HSV(B) | 283.04º | 0.24% | 0.76% | - |
| XYZ | 39.89 | 35.38 | 56.36 | - |
| YUV | 164.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 195 | 0.07 | 0.24 | 0 | 0.24 | 283.04 | 0.28 | 0.67 |
| Hex | B6 | 95 | C3 | 7 | 18 | 0 | 18 | 11B | 1C | 43 |
| Octal | 266 | 225 | 303 | 7 | 30 | 0 | 30 | 433 | 34 | 103 |
| Binary | 10110110 | 10010101 | 11000011 | 111 | 11000 | 0 | 11000 | 100011011 | 11100 | 1000011 |
Color Harmonies of #B695C3
Complementary color
Monochromatic Colors of #B695C3
Black with #B695C3
Text Example
Text Example
White with #B695C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B695C3; }
p { color: rgb(182,149,195); }
H1.HeaderClassName
{
color: #B695C3;
}
.AnyTagClassName
{
color: #B695C3;
}
</style>
background-color css
<style>
a { background-color: #B695C3; }
a { background-color: rgb(182,149,195); }
div.DivClassName
{
background-color: #B695C3;
}
.BgClassName
{
background-color: #B695C3;
}
</style>
border-color css
<style>
span { border-color: #B695C3; }
span { border-color: rgb(182,149,195); }
td.TdClassName
{
border-color: #B695C3;
}
.TagClassName
{
border-color: #B695C3;
}
</style>