#B29AF3

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

Shades of Biloba Flower #B29AF3

Tints of Biloba Flower #B29AF3

Color information

#B29AF3 (or 0xB29AF3) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and F3. RGB value is (178,154,243). Sum of RGB (Red+Green+Blue) = 178+154+243=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #B29AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29AF3 is #4D650C. Grayscale: #AAAAAA. Windows color (decimal): -5072141 or 15964850. OLE color: 15964850.

HSL color Cylindrical-coordinate representation of color #B29AF3: hue angle of 256.18º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B29AF3 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178154243-
CMYK0.270.3700.05
HSL256.18º78.76%77.84%-
HSV(B)256.18º36.63%95.29%-
XYZ46.0939.0589.9-
YUV171.32168.45132.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.96%
GREEN value IS 154 (60.55% from 255) = 26.78%
BLUE value IS 243 (95.31% from 255) = 42.26%
R=30.96%
G=26.78%
B=42.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781542430.270.3700.05256.1878.7677.84
HexB29AF31B25051004f4e
Octal262232363334505400117116
Binary10110010100110101111001111011100101010110000000010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AF3; }

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

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

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

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

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

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

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

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