#B29AE1

Color #B29AE1 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B29AE1

Tints of Biloba Flower #B29AE1

Color information

#B29AE1 (or 0xB29AE1) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and E1. RGB value is (178,154,225). Sum of RGB (Red+Green+Blue) = 178+154+225=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #B29AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29AE1 is #4D651E. Grayscale: #A9A9A9. Windows color (decimal): -5072159 or 14785202. OLE color: 14785202.

HSL color Cylindrical-coordinate representation of color #B29AE1: hue angle of 260.28º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B29AE1 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178154225-
CMYK0.210.3200.12
HSL260.28º54.2%74.31%-
HSV(B)260.28º31.56%88.24%-
XYZ43.5138.0176.28-
YUV169.27159.45134.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 225 (88.28% from 255) = 40.39%
R=31.96%
G=27.65%
B=40.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781542250.210.3200.12260.2854.274.31
HexB29AE115200C104364a
Octal262232341254001440466112
Binary10110010100110101110000110101100000011001000001001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AE1; }

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

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

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

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

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

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

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

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