#B29FE7

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

Shades of Biloba Flower #B29FE7

Tints of Biloba Flower #B29FE7

Color information

#B29FE7 (or 0xB29FE7) is unknown color: approx Biloba Flower. HEX triplet: B2, 9F and E7. RGB value is (178,159,231). Sum of RGB (Red+Green+Blue) = 178+159+231=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #B29FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29FE7 is #4D6018. Grayscale: #ACACAC. Windows color (decimal): -5070873 or 15179698. OLE color: 15179698.

HSL color Cylindrical-coordinate representation of color #B29FE7: hue angle of 255.83º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B29FE7 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB178159231-
CMYK0.230.3100.09
HSL255.83º60%76.47%-
HSV(B)255.83º31.17%90.59%-
XYZ45.1840.0380.95-
YUV172.89160.79131.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 231 (90.62% from 255) = 40.67%
R=31.34%
G=27.99%
B=40.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781592310.230.3100.09255.836076.47
HexB29FE7171F091003c4c
Octal262237347273701140074114
Binary1011001010011111111001111011111111010011000000001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FE7; }

 p { color: rgb(178,159,231); }

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

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

 a { background-color: rgb(178,159,231); }

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

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

 span { border-color: rgb(178,159,231); }

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