#B29EEA

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

Shades of Biloba Flower #B29EEA

Tints of Biloba Flower #B29EEA

Color information

#B29EEA (or 0xB29EEA) is unknown color: approx Biloba Flower. HEX triplet: B2, 9E and EA. RGB value is (178,158,234). Sum of RGB (Red+Green+Blue) = 178+158+234=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #B29EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29EEA is #4D6115. Grayscale: #ACACAC. Windows color (decimal): -5071126 or 15376050. OLE color: 15376050.

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

Color convert

RGB178158234-
CMYK0.240.3200.08
HSL255.79º64.41%76.86%-
HSV(B)255.79º32.48%91.76%-
XYZ45.4439.8683.14-
YUV172.64162.63131.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 158 (62.11% from 255) = 27.72%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=31.23%
G=27.72%
B=41.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781582340.240.3200.08255.7964.4176.86
HexB29EEA182008100404d
Octal2622363523040010400100115
Binary101100101001111011101010110001000000100010000000010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EEA; }

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

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

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

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

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

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

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

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