#B29DDA

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

Shades of Biloba Flower #B29DDA

Tints of Biloba Flower #B29DDA

Color information

#B29DDA (or 0xB29DDA) is unknown color: approx Biloba Flower. HEX triplet: B2, 9D and DA. RGB value is (178,157,218). Sum of RGB (Red+Green+Blue) = 178+157+218=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #B29DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DDA is #4D6225. Grayscale: #AAAAAA. Windows color (decimal): -5071398 or 14327218. OLE color: 14327218.

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

Color convert

RGB178157218-
CMYK0.180.2800.15
HSL260.66º45.19%73.53%-
HSV(B)260.66º27.98%85.49%-
XYZ43.0738.6471.52-
YUV170.23154.96133.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=32.19%
G=28.39%
B=39.42%

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
Decimal1781572180.180.2800.15260.6645.1973.53
HexB29DDA121C0F1052d4a
Octal262235332223401740555112
Binary1011001010011101110110101001011100011111000001011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DDA; }

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

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

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

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

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

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

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

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