#B29ADB

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

Shades of Biloba Flower #B29ADB

Tints of Biloba Flower #B29ADB

Color information

#B29ADB (or 0xB29ADB) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and DB. RGB value is (178,154,219). Sum of RGB (Red+Green+Blue) = 178+154+219=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #B29ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ADB is #4D6524. Grayscale: #A8A8A8. Windows color (decimal): -5072165 or 14391986. OLE color: 14391986.

HSL color Cylindrical-coordinate representation of color #B29ADB: hue angle of 262.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B29ADB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178154219-
CMYK0.190.3000.14
HSL262.15º47.45%73.14%-
HSV(B)262.15º29.68%85.88%-
XYZ42.737.6972.04-
YUV168.59156.45134.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.30%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=32.30%
G=27.95%
B=39.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781542190.190.3000.14262.1547.4573.14
HexB29ADB131E0E1062f49
Octal262232333233601640657111
Binary1011001010011010110110111001111110011101000001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29ADB; }

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

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

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

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

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

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

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

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