#B29ED4

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

Shades of Biloba Flower #B29ED4

Tints of Biloba Flower #B29ED4

Color information

#B29ED4 (or 0xB29ED4) is unknown color: approx Biloba Flower. HEX triplet: B2, 9E and D4. RGB value is (178,158,212). Sum of RGB (Red+Green+Blue) = 178+158+212=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #B29ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ED4 is #4D612B. Grayscale: #A9A9A9. Windows color (decimal): -5071148 or 13934258. OLE color: 13934258.

HSL color Cylindrical-coordinate representation of color #B29ED4: hue angle of 262.22º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B29ED4 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB178158212-
CMYK0.160.2500.17
HSL262.22º38.57%72.55%-
HSV(B)262.22º25.47%83.14%-
XYZ42.4738.6767.51-
YUV170.14151.63133.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.48%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 212 (83.20% from 255) = 38.69%
R=32.48%
G=28.83%
B=38.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1781582120.160.2500.17262.2238.5772.55
HexB29ED410190111062749
Octal262236324203102140647111
Binary10110010100111101101010010000110010100011000001101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29ED4; }

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

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

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

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

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

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

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

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