#B29CEA

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

Shades of Biloba Flower #B29CEA

Tints of Biloba Flower #B29CEA

Color information

#B29CEA (or 0xB29CEA) is unknown color: approx Biloba Flower. HEX triplet: B2, 9C and EA. RGB value is (178,156,234). Sum of RGB (Red+Green+Blue) = 178+156+234=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #B29CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29CEA is #4D6315. Grayscale: #ABABAB. Windows color (decimal): -5071638 or 15375538. OLE color: 15375538.

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

Color convert

RGB178156234-
CMYK0.240.3300.08
HSL256.92º65%76.47%-
HSV(B)256.92º33.33%91.76%-
XYZ45.139.1883.03-
YUV171.47163.29132.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 156 (61.33% from 255) = 27.46%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=31.34%
G=27.46%
B=41.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781562340.240.3300.08256.926576.47
HexB29CEA182108101414c
Octal2622343523041010401101114
Binary101100101001110011101010110001000010100010000000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29CEA; }

 p { color: rgb(178,156,234); }

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

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

 a { background-color: rgb(178,156,234); }

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

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

 span { border-color: rgb(178,156,234); }

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