#B29ACD

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

Shades of Biloba Flower #B29ACD

Tints of Biloba Flower #B29ACD

Color information

#B29ACD (or 0xB29ACD) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and CD. RGB value is (178,154,205). Sum of RGB (Red+Green+Blue) = 178+154+205=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #B29ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ACD is #4D6532. Grayscale: #A6A6A6. Windows color (decimal): -5072179 or 13474482. OLE color: 13474482.

HSL color Cylindrical-coordinate representation of color #B29ACD: hue angle of 268.24º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B29ACD is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178154205-
CMYK0.130.2500.20
HSL268.24º33.77%70.39%-
HSV(B)268.24º24.88%80.39%-
XYZ40.9436.9862.74-
YUV166.99149.45135.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.15%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=33.15%
G=28.68%
B=38.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781542050.130.2500.20268.2433.7770.39
HexB29ACDD1901410c2246
Octal262232315153102441442106
Binary1011001010011010110011011101110010101001000011001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29ACD; }

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

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

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

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

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

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

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

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