Shades of East Side #B688CC
Tints of East Side #B688CC
RGB
CMYK
RGB Variations
Color information
#B688CC (or 0xB688CC) is known color: East Side. HEX triplet: B6, 88 and CC. RGB value is (182,136,204). Sum of RGB (Red+Green+Blue) = 182+136+204=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #B688CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688CC is #497733. Grayscale: #9D9D9D. Windows color (decimal): -4814644 or 13404342. OLE color: 13404342.
HSL color Cylindrical-coordinate representation of color #B688CC: hue angle of 280.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B688CC is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 136 | 204 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.2 |
| HSL | 280.59º | 0.4% | 0.67% | - |
| HSV(B) | 280.59º | 0.33% | 0.8% | - |
| XYZ | 38.99 | 31.91 | 61.23 | - |
| YUV | 157.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 204 | 0.11 | 0.33 | 0 | 0.2 | 280.59 | 0.4 | 0.67 |
| Hex | B6 | 88 | CC | B | 21 | 0 | 14 | 119 | 28 | 43 |
| Octal | 266 | 210 | 314 | 13 | 41 | 0 | 24 | 431 | 50 | 103 |
| Binary | 10110110 | 10001000 | 11001100 | 1011 | 100001 | 0 | 10100 | 100011001 | 101000 | 1000011 |
Color Harmonies of #B688CC
Complementary color
Monochromatic Colors of #B688CC
Black with #B688CC
Text Example
Text Example
White with #B688CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B688CC; }
p { color: rgb(182,136,204); }
H1.HeaderClassName
{
color: #B688CC;
}
.AnyTagClassName
{
color: #B688CC;
}
</style>
background-color css
<style>
a { background-color: #B688CC; }
a { background-color: rgb(182,136,204); }
div.DivClassName
{
background-color: #B688CC;
}
.BgClassName
{
background-color: #B688CC;
}
</style>
border-color css
<style>
span { border-color: #B688CC; }
span { border-color: rgb(182,136,204); }
td.TdClassName
{
border-color: #B688CC;
}
.TagClassName
{
border-color: #B688CC;
}
</style>