Shades of East Side #B688CB
Tints of East Side #B688CB
RGB
CMYK
RGB Variations
Color information
#B688CB (or 0xB688CB) is known color: East Side. HEX triplet: B6, 88 and CB. RGB value is (182,136,203). Sum of RGB (Red+Green+Blue) = 182+136+203=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #B688CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688CB is #497734. Grayscale: #9D9D9D. Windows color (decimal): -4814645 or 13338806. OLE color: 13338806.
HSL color Cylindrical-coordinate representation of color #B688CB: hue angle of 281.19º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B688CB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 136 | 203 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.20 |
| HSL | 281.19º | 0.39% | 0.66% | - |
| HSV(B) | 281.19º | 0.33% | 0.8% | - |
| XYZ | 38.88 | 31.87 | 60.6 | - |
| YUV | 157.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 203 | 0.10 | 0.33 | 0 | 0.20 | 281.19 | 0.39 | 0.66 |
| Hex | B6 | 88 | CB | A | 21 | 0 | 14 | 119 | 27 | 42 |
| Octal | 266 | 210 | 313 | 12 | 41 | 0 | 24 | 431 | 47 | 102 |
| Binary | 10110110 | 10001000 | 11001011 | 1010 | 100001 | 0 | 10100 | 100011001 | 100111 | 1000010 |
Color Harmonies of #B688CB
Complementary color
Monochromatic Colors of #B688CB
Black with #B688CB
Text Example
Text Example
White with #B688CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B688CB; }
p { color: rgb(182,136,203); }
H1.HeaderClassName
{
color: #B688CB;
}
.AnyTagClassName
{
color: #B688CB;
}
</style>
background-color css
<style>
a { background-color: #B688CB; }
a { background-color: rgb(182,136,203); }
div.DivClassName
{
background-color: #B688CB;
}
.BgClassName
{
background-color: #B688CB;
}
</style>
border-color css
<style>
span { border-color: #B688CB; }
span { border-color: rgb(182,136,203); }
td.TdClassName
{
border-color: #B688CB;
}
.TagClassName
{
border-color: #B688CB;
}
</style>