Shades of East Side #B08ACF
Tints of East Side #B08ACF
RGB
CMYK
RGB Variations
Color information
#B08ACF (or 0xB08ACF) is known color: East Side. HEX triplet: B0, 8A and CF. RGB value is (176,138,207). Sum of RGB (Red+Green+Blue) = 176+138+207=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #B08ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ACF is #4F7530. Grayscale: #9C9C9C. Windows color (decimal): -5207345 or 13601456. OLE color: 13601456.
HSL color Cylindrical-coordinate representation of color #B08ACF: hue angle of 273.04º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B08ACF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 138 | 207 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.19 |
| HSL | 273.04º | 0.42% | 0.68% | - |
| HSV(B) | 273.04º | 0.33% | 0.81% | - |
| XYZ | 38.26 | 31.91 | 63.17 | - |
| YUV | 157.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 207 | 0.15 | 0.33 | 0 | 0.19 | 273.04 | 0.42 | 0.68 |
| Hex | B0 | 8A | CF | F | 21 | 0 | 13 | 111 | 2A | 44 |
| Octal | 260 | 212 | 317 | 17 | 41 | 0 | 23 | 421 | 52 | 104 |
| Binary | 10110000 | 10001010 | 11001111 | 1111 | 100001 | 0 | 10011 | 100010001 | 101010 | 1000100 |
Color Harmonies of #B08ACF
Complementary color
Monochromatic Colors of #B08ACF
Black with #B08ACF
Text Example
Text Example
White with #B08ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08ACF; }
p { color: rgb(176,138,207); }
H1.HeaderClassName
{
color: #B08ACF;
}
.AnyTagClassName
{
color: #B08ACF;
}
</style>
background-color css
<style>
a { background-color: #B08ACF; }
a { background-color: rgb(176,138,207); }
div.DivClassName
{
background-color: #B08ACF;
}
.BgClassName
{
background-color: #B08ACF;
}
</style>
border-color css
<style>
span { border-color: #B08ACF; }
span { border-color: rgb(176,138,207); }
td.TdClassName
{
border-color: #B08ACF;
}
.TagClassName
{
border-color: #B08ACF;
}
</style>