#B29ABE

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

Shades of East Side #B29ABE

Tints of East Side #B29ABE

Color information

#B29ABE (or 0xB29ABE) is unknown color: approx East Side. HEX triplet: B2, 9A and BE. RGB value is (178,154,190). Sum of RGB (Red+Green+Blue) = 178+154+190=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #B29ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ABE is #4D6541. Grayscale: #A5A5A5. Windows color (decimal): -5072194 or 12491442. OLE color: 12491442.

HSL color Cylindrical-coordinate representation of color #B29ABE: hue angle of 280º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B29ABE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178154190-
CMYK0.060.1900.25
HSL280º21.69%67.45%-
HSV(B)280º18.95%74.51%-
XYZ39.2136.2953.65-
YUV165.28141.95137.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=34.10%
G=29.50%
B=36.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781541900.060.1900.2528021.6967.45
HexB29ABE6130191181643
Octal26223227662303143026103
Binary10110010100110101011111011010011011001100011000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29ABE; }

 p { color: rgb(178,154,190); }

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

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

 a { background-color: rgb(178,154,190); }

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

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

 span { border-color: rgb(178,154,190); }

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