#B08ACC

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

Shades of East Side #B08ACC

Tints of East Side #B08ACC

Color information

#B08ACC (or 0xB08ACC) is unknown color: approx East Side. HEX triplet: B0, 8A and CC. RGB value is (176,138,204). Sum of RGB (Red+Green+Blue) = 176+138+204=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #B08ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ACC is #4F7533. Grayscale: #9C9C9C. Windows color (decimal): -5207348 or 13404848. OLE color: 13404848.

HSL color Cylindrical-coordinate representation of color #B08ACC: hue angle of 274.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08ACC is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176138204-
CMYK0.140.3200.2
HSL274.55º39.29%67.06%-
HSV(B)274.55º32.35%80%-
XYZ37.8931.7761.26-
YUV156.89154.59141.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=33.98%
G=26.64%
B=39.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761382040.140.3200.2274.5539.2967.06
HexB08ACCE200141132743
Octal260212314164002442347103
Binary10110000100010101100110011101000000101001000100111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08ACC; }

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

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

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

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

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

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

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

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