#B29DC5

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

Shades of Biloba Flower #B29DC5

Tints of Biloba Flower #B29DC5

Color information

#B29DC5 (or 0xB29DC5) is unknown color: approx Biloba Flower. HEX triplet: B2, 9D and C5. RGB value is (178,157,197). Sum of RGB (Red+Green+Blue) = 178+157+197=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 197 - color contains mainly: blue. Hex color #B29DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DC5 is #4D623A. Grayscale: #A7A7A7. Windows color (decimal): -5071419 or 12950962. OLE color: 12950962.

HSL color Cylindrical-coordinate representation of color #B29DC5: hue angle of 271.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B29DC5 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB178157197-
CMYK0.100.2000.23
HSL271.5º25.64%69.41%-
HSV(B)271.5º20.3%77.25%-
XYZ40.537.6157.95-
YUV167.84144.46135.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 197 (77.34% from 255) = 37.03%
R=33.46%
G=29.51%
B=37.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781571970.100.2000.23271.525.6469.41
HexB29DC5A140171101a45
Octal262235305122402742032105
Binary101100101001110111000101101010100010111100010000110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DC5; }

 p { color: rgb(178,157,197); }

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

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

 a { background-color: rgb(178,157,197); }

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

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

 span { border-color: rgb(178,157,197); }

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