#B29ADD

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

Shades of Biloba Flower #B29ADD

Tints of Biloba Flower #B29ADD

Color information

#B29ADD (or 0xB29ADD) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and DD. RGB value is (178,154,221). Sum of RGB (Red+Green+Blue) = 178+154+221=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #B29ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ADD is #4D6522. Grayscale: #A8A8A8. Windows color (decimal): -5072163 or 14523058. OLE color: 14523058.

HSL color Cylindrical-coordinate representation of color #B29ADD: hue angle of 261.49º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B29ADD is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178154221-
CMYK0.190.3000.13
HSL261.49º49.63%73.53%-
HSV(B)261.49º30.32%86.67%-
XYZ42.9737.873.44-
YUV168.81157.45134.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=32.19%
G=27.85%
B=39.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781542210.190.3000.13261.4949.6373.53
HexB29ADD131E0D105324a
Octal262232335233601540562112
Binary1011001010011010110111011001111110011011000001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29ADD; }

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

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

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

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

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

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

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

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