#B29EDC

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

Shades of Biloba Flower #B29EDC

Tints of Biloba Flower #B29EDC

Color information

#B29EDC (or 0xB29EDC) is unknown color: approx Biloba Flower. HEX triplet: B2, 9E and DC. RGB value is (178,158,220). Sum of RGB (Red+Green+Blue) = 178+158+220=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #B29EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EDC is #4D6123. Grayscale: #AAAAAA. Windows color (decimal): -5071140 or 14458546. OLE color: 14458546.

HSL color Cylindrical-coordinate representation of color #B29EDC: hue angle of 259.35º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B29EDC is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178158220-
CMYK0.190.2800.14
HSL259.35º46.97%74.12%-
HSV(B)259.35º28.18%86.27%-
XYZ43.5139.0972.96-
YUV171.05155.63132.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.01%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=32.01%
G=28.42%
B=39.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781582200.190.2800.14259.3546.9774.12
HexB29EDC131C0E1032f4a
Octal262236334233401640357112
Binary1011001010011110110111001001111100011101000000111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EDC; }

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

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

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

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

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

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

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

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