#B29DE9

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

Shades of Biloba Flower #B29DE9

Tints of Biloba Flower #B29DE9

Color information

#B29DE9 (or 0xB29DE9) is unknown color: approx Biloba Flower. HEX triplet: B2, 9D and E9. RGB value is (178,157,233). Sum of RGB (Red+Green+Blue) = 178+157+233=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #B29DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29DE9 is #4D6216. Grayscale: #ABABAB. Windows color (decimal): -5071383 or 15310258. OLE color: 15310258.

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

Color convert

RGB178157233-
CMYK0.240.3300.09
HSL256.58º63.33%76.47%-
HSV(B)256.58º32.62%91.37%-
XYZ45.1339.4682.33-
YUV171.94162.46132.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 233 (91.41% from 255) = 41.02%
R=31.34%
G=27.64%
B=41.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781572330.240.3300.09256.5863.3376.47
HexB29DE91821091013f4c
Octal262235351304101140177114
Binary10110010100111011110100111000100001010011000000011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DE9; }

 p { color: rgb(178,157,233); }

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

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

 a { background-color: rgb(178,157,233); }

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

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

 span { border-color: rgb(178,157,233); }

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