#B29ABF

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

Shades of East Side #B29ABF

Tints of East Side #B29ABF

Color information

#B29ABF (or 0xB29ABF) is unknown color: approx East Side. HEX triplet: B2, 9A and BF. RGB value is (178,154,191). Sum of RGB (Red+Green+Blue) = 178+154+191=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #B29ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ABF is #4D6540. Grayscale: #A5A5A5. Windows color (decimal): -5072193 or 12556978. OLE color: 12556978.

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

Color convert

RGB178154191-
CMYK0.070.1900.25
HSL278.92º22.42%67.65%-
HSV(B)278.92º19.37%74.9%-
XYZ39.3236.3454.23-
YUV165.39142.45136.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 191 (75% from 255) = 36.52%
R=34.03%
G=29.45%
B=36.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781541910.070.1900.25278.9222.4267.65
HexB29ABF7130191171644
Octal26223227772303142726104
Binary10110010100110101011111111110011011001100010111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29ABF; }

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

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

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

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

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

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

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

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