#B29AF7

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

Shades of Biloba Flower #B29AF7

Tints of Biloba Flower #B29AF7

Color information

#B29AF7 (or 0xB29AF7) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and F7. RGB value is (178,154,247). Sum of RGB (Red+Green+Blue) = 178+154+247=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #B29AF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29AF7 is #4D6508. Grayscale: #ABABAB. Windows color (decimal): -5072137 or 16226994. OLE color: 16226994.

HSL color Cylindrical-coordinate representation of color #B29AF7: hue angle of 255.48º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B29AF7 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB178154247-
CMYK0.280.3800.03
HSL255.48º85.32%78.63%-
HSV(B)255.48º37.65%96.86%-
XYZ46.739.2993.12-
YUV171.78170.45132.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.74%
GREEN value IS 154 (60.55% from 255) = 26.60%
BLUE value IS 247 (96.88% from 255) = 42.66%
R=30.74%
G=26.60%
B=42.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781542470.280.3800.03255.4885.3278.63
HexB29AF71C2603ff554f
Octal262232367344603377125117
Binary101100101001101011110111111001001100111111111110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AF7; }

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

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

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

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

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

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

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

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