#B29DD6

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

Shades of Biloba Flower #B29DD6

Tints of Biloba Flower #B29DD6

Color information

#B29DD6 (or 0xB29DD6) is unknown color: approx Biloba Flower. HEX triplet: B2, 9D and D6. RGB value is (178,157,214). Sum of RGB (Red+Green+Blue) = 178+157+214=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #B29DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DD6 is #4D6229. Grayscale: #A9A9A9. Windows color (decimal): -5071402 or 14065074. OLE color: 14065074.

HSL color Cylindrical-coordinate representation of color #B29DD6: hue angle of 262.11º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B29DD6 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178157214-
CMYK0.170.2700.16
HSL262.11º41.01%72.75%-
HSV(B)262.11º26.64%83.92%-
XYZ42.5538.4368.79-
YUV169.78152.96133.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 157 (61.72% from 255) = 28.60%
BLUE value IS 214 (83.98% from 255) = 38.98%
R=32.42%
G=28.60%
B=38.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781572140.170.2700.16262.1141.0172.75
HexB29DD6111B0101062949
Octal262235326213302040651111
Binary10110010100111011101011010001110110100001000001101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DD6; }

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

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

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

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

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

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

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

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