Shades of East Side #B682C8
Tints of East Side #B682C8
RGB
CMYK
RGB Variations
Color information
#B682C8 (or 0xB682C8) is known color: East Side. HEX triplet: B6, 82 and C8. RGB value is (182,130,200). Sum of RGB (Red+Green+Blue) = 182+130+200=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 200 - color contains mainly: blue. Hex color #B682C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682C8 is #497D37. Grayscale: #999999. Windows color (decimal): -4816184 or 13140662. OLE color: 13140662.
HSL color Cylindrical-coordinate representation of color #B682C8: hue angle of 284.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B682C8 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 130 | 200 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.22 |
| HSL | 284.57º | 0.39% | 0.65% | - |
| HSV(B) | 284.57º | 0.35% | 0.78% | - |
| XYZ | 37.7 | 30.08 | 58.46 | - |
| YUV | 153.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 200 | 0.09 | 0.35 | 0 | 0.22 | 284.57 | 0.39 | 0.65 |
| Hex | B6 | 82 | C8 | 9 | 23 | 0 | 16 | 11D | 27 | 41 |
| Octal | 266 | 202 | 310 | 11 | 43 | 0 | 26 | 435 | 47 | 101 |
| Binary | 10110110 | 10000010 | 11001000 | 1001 | 100011 | 0 | 10110 | 100011101 | 100111 | 1000001 |
Color Harmonies of #B682C8
Complementary color
Monochromatic Colors of #B682C8
Black with #B682C8
Text Example
Text Example
White with #B682C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B682C8; }
p { color: rgb(182,130,200); }
H1.HeaderClassName
{
color: #B682C8;
}
.AnyTagClassName
{
color: #B682C8;
}
</style>
background-color css
<style>
a { background-color: #B682C8; }
a { background-color: rgb(182,130,200); }
div.DivClassName
{
background-color: #B682C8;
}
.BgClassName
{
background-color: #B682C8;
}
</style>
border-color css
<style>
span { border-color: #B682C8; }
span { border-color: rgb(182,130,200); }
td.TdClassName
{
border-color: #B682C8;
}
.TagClassName
{
border-color: #B682C8;
}
</style>