#B29EFA

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

Shades of Biloba Flower #B29EFA

Tints of Biloba Flower #B29EFA

Color information

#B29EFA (or 0xB29EFA) is unknown color: approx Biloba Flower. HEX triplet: B2, 9E and FA. RGB value is (178,158,250). Sum of RGB (Red+Green+Blue) = 178+158+250=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #B29EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29EFA is #4D6105. Grayscale: #AEAEAE. Windows color (decimal): -5071110 or 16424626. OLE color: 16424626.

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

Color convert

RGB178158250-
CMYK0.290.3700.02
HSL253.04º90.2%80%-
HSV(B)253.04º36.8%98.04%-
XYZ47.8440.8295.8-
YUV174.47170.63130.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.38%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=30.38%
G=26.96%
B=42.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781582500.290.3700.02253.0490.280
HexB29EFA1D2502fd5a50
Octal262236372354502375132120
Binary101100101001111011111010111011001010101111110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EFA; }

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

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

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

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

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

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

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

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