Shades of East Side #B68FBD
Tints of East Side #B68FBD
RGB
CMYK
RGB Variations
Color information
#B68FBD (or 0xB68FBD) is known color: East Side. HEX triplet: B6, 8F and BD. RGB value is (182,143,189). Sum of RGB (Red+Green+Blue) = 182+143+189=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #B68FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FBD is #497042. Grayscale: #9F9F9F. Windows color (decimal): -4812867 or 12423094. OLE color: 12423094.
HSL color Cylindrical-coordinate representation of color #B68FBD: hue angle of 290.87º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68FBD is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 143 | 189 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.26 |
| HSL | 290.87º | 0.26% | 0.65% | - |
| HSV(B) | 290.87º | 0.24% | 0.74% | - |
| XYZ | 38.3 | 33.26 | 52.55 | - |
| YUV | 159.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 189 | 0.04 | 0.24 | 0 | 0.26 | 290.87 | 0.26 | 0.65 |
| Hex | B6 | 8F | BD | 4 | 18 | 0 | 1A | 123 | 1A | 41 |
| Octal | 266 | 217 | 275 | 4 | 30 | 0 | 32 | 443 | 32 | 101 |
| Binary | 10110110 | 10001111 | 10111101 | 100 | 11000 | 0 | 11010 | 100100011 | 11010 | 1000001 |
Color Harmonies of #B68FBD
Complementary color
Monochromatic Colors of #B68FBD
Black with #B68FBD
Text Example
Text Example
White with #B68FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68FBD; }
p { color: rgb(182,143,189); }
H1.HeaderClassName
{
color: #B68FBD;
}
.AnyTagClassName
{
color: #B68FBD;
}
</style>
background-color css
<style>
a { background-color: #B68FBD; }
a { background-color: rgb(182,143,189); }
div.DivClassName
{
background-color: #B68FBD;
}
.BgClassName
{
background-color: #B68FBD;
}
</style>
border-color css
<style>
span { border-color: #B68FBD; }
span { border-color: rgb(182,143,189); }
td.TdClassName
{
border-color: #B68FBD;
}
.TagClassName
{
border-color: #B68FBD;
}
</style>