#B29AD7

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

Shades of Biloba Flower #B29AD7

Tints of Biloba Flower #B29AD7

Color information

#B29AD7 (or 0xB29AD7) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and D7. RGB value is (178,154,215). Sum of RGB (Red+Green+Blue) = 178+154+215=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #B29AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29AD7 is #4D6528. Grayscale: #A7A7A7. Windows color (decimal): -5072169 or 14129842. OLE color: 14129842.

HSL color Cylindrical-coordinate representation of color #B29AD7: hue angle of 263.61º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B29AD7 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178154215-
CMYK0.170.2800.16
HSL263.61º43.26%72.35%-
HSV(B)263.61º28.37%84.31%-
XYZ42.1837.4869.3-
YUV168.13154.45135.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 215 (84.38% from 255) = 39.31%
R=32.54%
G=28.15%
B=39.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781542150.170.2800.16263.6143.2672.35
HexB29AD7111C0101082b48
Octal262232327213402041053110
Binary10110010100110101101011110001111000100001000010001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AD7; }

 p { color: rgb(178,154,215); }

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

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

 a { background-color: rgb(178,154,215); }

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

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

 span { border-color: rgb(178,154,215); }

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