Shades of East Side #B88ACF
Tints of East Side #B88ACF
RGB
CMYK
RGB Variations
Color information
#B88ACF (or 0xB88ACF) is known color: East Side. HEX triplet: B8, 8A and CF. RGB value is (184,138,207). Sum of RGB (Red+Green+Blue) = 184+138+207=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #B88ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88ACF is #477530. Grayscale: #9F9F9F. Windows color (decimal): -4683057 or 13601464. OLE color: 13601464.
HSL color Cylindrical-coordinate representation of color #B88ACF: hue angle of 280º 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 #B88ACF is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 138 | 207 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.19 |
| HSL | 280º | 0.42% | 0.68% | - |
| HSV(B) | 280º | 0.33% | 0.81% | - |
| XYZ | 40.12 | 32.87 | 63.26 | - |
| YUV | 159.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 207 | 0.11 | 0.33 | 0 | 0.19 | 280 | 0.42 | 0.68 |
| Hex | B8 | 8A | CF | B | 21 | 0 | 13 | 118 | 2A | 44 |
| Octal | 270 | 212 | 317 | 13 | 41 | 0 | 23 | 430 | 52 | 104 |
| Binary | 10111000 | 10001010 | 11001111 | 1011 | 100001 | 0 | 10011 | 100011000 | 101010 | 1000100 |
Color Harmonies of #B88ACF
Complementary color
Monochromatic Colors of #B88ACF
Black with #B88ACF
Text Example
Text Example
White with #B88ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88ACF; }
p { color: rgb(184,138,207); }
H1.HeaderClassName
{
color: #B88ACF;
}
.AnyTagClassName
{
color: #B88ACF;
}
</style>
background-color css
<style>
a { background-color: #B88ACF; }
a { background-color: rgb(184,138,207); }
div.DivClassName
{
background-color: #B88ACF;
}
.BgClassName
{
background-color: #B88ACF;
}
</style>
border-color css
<style>
span { border-color: #B88ACF; }
span { border-color: rgb(184,138,207); }
td.TdClassName
{
border-color: #B88ACF;
}
.TagClassName
{
border-color: #B88ACF;
}
</style>