#B38ABB

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

Shades of East Side #B38ABB

Tints of East Side #B38ABB

Color information

#B38ABB (or 0xB38ABB) is unknown color: approx East Side. HEX triplet: B3, 8A and BB. RGB value is (179,138,187). Sum of RGB (Red+Green+Blue) = 179+138+187=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #B38ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38ABB is #4C7544. Grayscale: #9B9B9B. Windows color (decimal): -5010757 or 12290739. OLE color: 12290739.

HSL color Cylindrical-coordinate representation of color #B38ABB: hue angle of 290.2º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B38ABB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179138187-
CMYK0.040.2600.27
HSL290.2º26.49%63.73%-
HSV(B)290.2º26.2%73.33%-
XYZ36.6531.3551.13-
YUV155.84145.58144.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=35.52%
G=27.38%
B=37.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791381870.040.2600.27290.226.4963.73
HexB38ABB41A01B1221a40
Octal26321227343203344232100
Binary10110011100010101011101110011010011011100100010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38ABB; }

 p { color: rgb(179,138,187); }

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

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

 a { background-color: rgb(179,138,187); }

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

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

 span { border-color: rgb(179,138,187); }

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