#B29AD4

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

Shades of Biloba Flower #B29AD4

Tints of Biloba Flower #B29AD4

Color information

#B29AD4 (or 0xB29AD4) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and D4. RGB value is (178,154,212). Sum of RGB (Red+Green+Blue) = 178+154+212=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 212 - color contains mainly: blue. Hex color #B29AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29AD4 is #4D652B. Grayscale: #A7A7A7. Windows color (decimal): -5072172 or 13933234. OLE color: 13933234.

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

Color convert

RGB178154212-
CMYK0.160.2700.17
HSL264.83º40.28%71.76%-
HSV(B)264.83º27.36%83.14%-
XYZ41.837.3367.29-
YUV167.79152.95135.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 212 (83.20% from 255) = 38.97%
R=32.72%
G=28.31%
B=38.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1781542120.160.2700.17264.8340.2871.76
HexB29AD4101B0111092848
Octal262232324203302141150110
Binary10110010100110101101010010000110110100011000010011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AD4; }

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

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

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

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

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

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

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

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