#B29AC9

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

Shades of Biloba Flower #B29AC9

Tints of Biloba Flower #B29AC9

Color information

#B29AC9 (or 0xB29AC9) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and C9. RGB value is (178,154,201). Sum of RGB (Red+Green+Blue) = 178+154+201=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 201 - color contains mainly: blue. Hex color #B29AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29AC9 is #4D6536. Grayscale: #A6A6A6. Windows color (decimal): -5072183 or 13212338. OLE color: 13212338.

HSL color Cylindrical-coordinate representation of color #B29AC9: hue angle of 270.64º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B29AC9 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178154201-
CMYK0.110.2300.21
HSL270.64º30.32%69.61%-
HSV(B)270.64º23.38%78.82%-
XYZ40.4636.7960.23-
YUV166.53147.45136.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 201 (78.91% from 255) = 37.71%
R=33.40%
G=28.89%
B=37.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781542010.110.2300.21270.6430.3269.61
HexB29AC9B1701510f1e46
Octal262232311132702541736106
Binary101100101001101011001001101110111010101100001111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AC9; }

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

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

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

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

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

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

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

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