#B29ADA

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

Shades of Biloba Flower #B29ADA

Tints of Biloba Flower #B29ADA

Color information

#B29ADA (or 0xB29ADA) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and DA. RGB value is (178,154,218). Sum of RGB (Red+Green+Blue) = 178+154+218=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #B29ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ADA is #4D6525. Grayscale: #A8A8A8. Windows color (decimal): -5072166 or 14326450. OLE color: 14326450.

HSL color Cylindrical-coordinate representation of color #B29ADA: hue angle of 262.5º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B29ADA is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178154218-
CMYK0.180.2900.15
HSL262.5º46.38%72.94%-
HSV(B)262.5º29.36%85.49%-
XYZ42.5737.6471.35-
YUV168.47155.95134.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.36%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=32.36%
G=28%
B=39.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781542180.180.2900.15262.546.3872.94
HexB29ADA121D0F1062e49
Octal262232332223501740656111
Binary1011001010011010110110101001011101011111000001101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29ADA; }

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

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

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

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

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

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

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

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