#B29AE0

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

Shades of Biloba Flower #B29AE0

Tints of Biloba Flower #B29AE0

Color information

#B29AE0 (or 0xB29AE0) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and E0. RGB value is (178,154,224). Sum of RGB (Red+Green+Blue) = 178+154+224=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #B29AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29AE0 is #4D651F. Grayscale: #A8A8A8. Windows color (decimal): -5072160 or 14719666. OLE color: 14719666.

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

Color convert

RGB178154224-
CMYK0.210.3100.12
HSL260.57º53.03%74.12%-
HSV(B)260.57º31.25%87.84%-
XYZ43.3737.9675.56-
YUV169.16158.95134.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.01%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 224 (87.89% from 255) = 40.29%
R=32.01%
G=27.70%
B=40.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781542240.210.3100.12260.5753.0374.12
HexB29AE0151F0C105354a
Octal262232340253701440565112
Binary1011001010011010111000001010111111011001000001011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AE0; }

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

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

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

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

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

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

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

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