#B08ACE

Color #B08ACE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B08ACE

Tints of East Side #B08ACE

Color information

#B08ACE (or 0xB08ACE) is unknown color: approx East Side. HEX triplet: B0, 8A and CE. RGB value is (176,138,206). Sum of RGB (Red+Green+Blue) = 176+138+206=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #B08ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ACE is #4F7531. Grayscale: #9C9C9C. Windows color (decimal): -5207346 or 13535920. OLE color: 13535920.

HSL color Cylindrical-coordinate representation of color #B08ACE: hue angle of 273.53º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B08ACE is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176138206-
CMYK0.150.3300.19
HSL273.53º40.96%67.45%-
HSV(B)273.53º33.01%80.78%-
XYZ38.1331.8662.53-
YUV157.11155.59141.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=33.85%
G=26.54%
B=39.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761382060.150.3300.19273.5340.9667.45
HexB08ACEF210131122943
Octal260212316174102342251103
Binary10110000100010101100111011111000010100111000100101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08ACE; }

 p { color: rgb(176,138,206); }

 H1.HeaderClassName
 {
   color: #B08ACE;
 }
 .AnyTagClassName
 {
   color: #B08ACE;
 }
</style>
background-color css

<style>
 a { background-color: #B08ACE; }

 a { background-color: rgb(176,138,206); }

 div.DivClassName
 {
   background-color: #B08ACE;
 }
 .BgClassName
 {
   background-color: #B08ACE;
 }
</style>
border-color css

<style>
 span { border-color: #B08ACE; }

 span { border-color: rgb(176,138,206); }

 td.TdClassName
 {
   border-color: #B08ACE;
 }
 .TagClassName
 {
   border-color: #B08ACE;
 }
</style>