#B29BDC

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

Shades of Biloba Flower #B29BDC

Tints of Biloba Flower #B29BDC

Color information

#B29BDC (or 0xB29BDC) is unknown color: approx Biloba Flower. HEX triplet: B2, 9B and DC. RGB value is (178,155,220). Sum of RGB (Red+Green+Blue) = 178+155+220=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #B29BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BDC is #4D6423. Grayscale: #A9A9A9. Windows color (decimal): -5071908 or 14457778. OLE color: 14457778.

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

Color convert

RGB178155220-
CMYK0.190.3000.14
HSL261.23º48.15%73.53%-
HSV(B)261.23º29.55%86.27%-
XYZ4338.0772.79-
YUV169.29156.62134.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=32.19%
G=28.03%
B=39.78%

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
Decimal1781552200.190.3000.14261.2348.1573.53
HexB29BDC131E0E105304a
Octal262233334233601640560112
Binary1011001010011011110111001001111110011101000001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BDC; }

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

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

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

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

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

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

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

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