#B29DEA

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

Shades of Biloba Flower #B29DEA

Tints of Biloba Flower #B29DEA

Color information

#B29DEA (or 0xB29DEA) is unknown color: approx Biloba Flower. HEX triplet: B2, 9D and EA. RGB value is (178,157,234). Sum of RGB (Red+Green+Blue) = 178+157+234=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #B29DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29DEA is #4D6215. Grayscale: #ABABAB. Windows color (decimal): -5071382 or 15375794. OLE color: 15375794.

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

Color convert

RGB178157234-
CMYK0.240.3300.08
HSL256.36º64.71%76.67%-
HSV(B)256.36º32.91%91.76%-
XYZ45.2739.5283.08-
YUV172.06162.96132.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.28%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=31.28%
G=27.59%
B=41.12%

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
Decimal1781572340.240.3300.08256.3664.7176.67
HexB29DEA182108100414d
Octal2622353523041010400101115
Binary101100101001110111101010110001000010100010000000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DEA; }

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

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

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

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

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

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

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

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