Shades of East Side #B695CC
Tints of East Side #B695CC
RGB
CMYK
RGB Variations
Color information
#B695CC (or 0xB695CC) is known color: East Side. HEX triplet: B6, 95 and CC. RGB value is (182,149,204). Sum of RGB (Red+Green+Blue) = 182+149+204=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #B695CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695CC is #496A33. Grayscale: #A4A4A4. Windows color (decimal): -4811316 or 13407670. OLE color: 13407670.
HSL color Cylindrical-coordinate representation of color #B695CC: hue angle of 276º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B695CC is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 149 | 204 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.2 |
| HSL | 276º | 0.35% | 0.69% | - |
| HSV(B) | 276º | 0.27% | 0.8% | - |
| XYZ | 40.94 | 35.8 | 61.88 | - |
| YUV | 165.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 204 | 0.11 | 0.27 | 0 | 0.2 | 276 | 0.35 | 0.69 |
| Hex | B6 | 95 | CC | B | 1B | 0 | 14 | 114 | 23 | 45 |
| Octal | 266 | 225 | 314 | 13 | 33 | 0 | 24 | 424 | 43 | 105 |
| Binary | 10110110 | 10010101 | 11001100 | 1011 | 11011 | 0 | 10100 | 100010100 | 100011 | 1000101 |
Color Harmonies of #B695CC
Complementary color
Monochromatic Colors of #B695CC
Black with #B695CC
Text Example
Text Example
White with #B695CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B695CC; }
p { color: rgb(182,149,204); }
H1.HeaderClassName
{
color: #B695CC;
}
.AnyTagClassName
{
color: #B695CC;
}
</style>
background-color css
<style>
a { background-color: #B695CC; }
a { background-color: rgb(182,149,204); }
div.DivClassName
{
background-color: #B695CC;
}
.BgClassName
{
background-color: #B695CC;
}
</style>
border-color css
<style>
span { border-color: #B695CC; }
span { border-color: rgb(182,149,204); }
td.TdClassName
{
border-color: #B695CC;
}
.TagClassName
{
border-color: #B695CC;
}
</style>