#b29fd2

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

Shades of Biloba Flower #B29FD2

Tints of Biloba Flower #B29FD2

Color information

#B29FD2 (or 0xB29FD2) is unknown color: approx Biloba Flower. HEX triplet: B2, 9F and D2. RGB value is (178,159,210). Sum of RGB (Red+Green+Blue) = 178+159+210=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 210 - color contains mainly: blue. Hex color #B29FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FD2 is #4D602D. Grayscale: #AAAAAA. Windows color (decimal): -5070894 or 13803442. OLE color: 13803442.

HSL color Cylindrical-coordinate representation of color #B29FD2: hue angle of 262.35º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29FD2 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178159210-
CMYK0.150.2400.18
HSL262.35º36.17%72.35%-
HSV(B)262.35º24.29%82.35%-
XYZ42.3938.9166.25-
YUV170.5150.29133.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 210 (82.42% from 255) = 38.39%
R=32.54%
G=29.07%
B=38.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781592100.150.2400.18262.3536.1772.35
HexB29FD2F180121062448
Octal262237322173002240644110
Binary1011001010011111110100101111110000100101000001101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29fd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29fd2; }

 p { color: rgb(178,159,210); }

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

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

 a { background-color: rgb(178,159,210); }

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

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

 span { border-color: rgb(178,159,210); }

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