#B29BD8

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

Shades of Biloba Flower #B29BD8

Tints of Biloba Flower #B29BD8

Color information

#B29BD8 (or 0xB29BD8) is unknown color: approx Biloba Flower. HEX triplet: B2, 9B and D8. RGB value is (178,155,216). Sum of RGB (Red+Green+Blue) = 178+155+216=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #B29BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BD8 is #4D6427. Grayscale: #A8A8A8. Windows color (decimal): -5071912 or 14195634. OLE color: 14195634.

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

Color convert

RGB178155216-
CMYK0.180.2800.15
HSL262.62º43.88%72.75%-
HSV(B)262.62º28.24%84.71%-
XYZ42.4837.8770.04-
YUV168.83154.62134.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 216 (84.77% from 255) = 39.34%
R=32.42%
G=28.23%
B=39.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781552160.180.2800.15262.6243.8872.75
HexB29BD8121C0F1072c49
Octal262233330223401740754111
Binary1011001010011011110110001001011100011111000001111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BD8; }

 p { color: rgb(178,155,216); }

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

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

 a { background-color: rgb(178,155,216); }

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

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

 span { border-color: rgb(178,155,216); }

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