#B29AFA

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

Shades of Biloba Flower #B29AFA

Tints of Biloba Flower #B29AFA

Color information

#B29AFA (or 0xB29AFA) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and FA. RGB value is (178,154,250). Sum of RGB (Red+Green+Blue) = 178+154+250=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #B29AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29AFA is #4D6505. Grayscale: #ABABAB. Windows color (decimal): -5072134 or 16423602. OLE color: 16423602.

HSL color Cylindrical-coordinate representation of color #B29AFA: hue angle of 255º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B29AFA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178154250-
CMYK0.290.3800.02
HSL255º90.57%79.22%-
HSV(B)255º38.4%98.04%-
XYZ47.1739.4895.58-
YUV172.12171.95132.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.58%
GREEN value IS 154 (60.55% from 255) = 26.46%
BLUE value IS 250 (98.05% from 255) = 42.96%
R=30.58%
G=26.46%
B=42.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781542500.290.3800.0225590.5779.22
HexB29AFA1D2602ff5b4f
Octal262232372354602377133117
Binary101100101001101011111010111011001100101111111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AFA; }

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

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

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

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

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

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

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

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