#B88ACD

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

Shades of East Side #B88ACD

Tints of East Side #B88ACD

Color information

#B88ACD (or 0xB88ACD) is unknown color: approx East Side. HEX triplet: B8, 8A and CD. RGB value is (184,138,205). Sum of RGB (Red+Green+Blue) = 184+138+205=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #B88ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88ACD is #477532. Grayscale: #9F9F9F. Windows color (decimal): -4683059 or 13470392. OLE color: 13470392.

HSL color Cylindrical-coordinate representation of color #B88ACD: hue angle of 281.19º 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 #B88ACD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184138205-
CMYK0.100.3300.20
HSL281.19º40.12%67.25%-
HSV(B)281.19º32.68%80.39%-
XYZ39.8832.7861.98-
YUV159.39153.74145.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=34.91%
G=26.19%
B=38.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841382050.100.3300.20281.1940.1267.25
HexB88ACDA210141192843
Octal270212315124102443150103
Binary10111000100010101100110110101000010101001000110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88ACD; }

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

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

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

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

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

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

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

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