#B08ACD

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

Shades of East Side #B08ACD

Tints of East Side #B08ACD

Color information

#B08ACD (or 0xB08ACD) is unknown color: approx East Side. HEX triplet: B0, 8A and CD. RGB value is (176,138,205). Sum of RGB (Red+Green+Blue) = 176+138+205=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #B08ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ACD is #4F7532. Grayscale: #9C9C9C. Windows color (decimal): -5207347 or 13470384. OLE color: 13470384.

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

Color convert

RGB176138205-
CMYK0.140.3300.20
HSL274.03º40.12%67.25%-
HSV(B)274.03º32.68%80.39%-
XYZ38.0131.8161.9-
YUV157155.09141.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 138 (54.30% from 255) = 26.59%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=33.91%
G=26.59%
B=39.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761382050.140.3300.20274.0340.1267.25
HexB08ACDE210141122843
Octal260212315164102442250103
Binary10110000100010101100110111101000010101001000100101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08ACD; }

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

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

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

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

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

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

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

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