#B29BDE

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

Shades of Biloba Flower #B29BDE

Tints of Biloba Flower #B29BDE

Color information

#B29BDE (or 0xB29BDE) is unknown color: approx Biloba Flower. HEX triplet: B2, 9B and DE. RGB value is (178,155,222). Sum of RGB (Red+Green+Blue) = 178+155+222=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #B29BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BDE is #4D6421. Grayscale: #A9A9A9. Windows color (decimal): -5071906 or 14588850. OLE color: 14588850.

HSL color Cylindrical-coordinate representation of color #B29BDE: hue angle of 260.6º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B29BDE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178155222-
CMYK0.200.3000.13
HSL260.6º50.38%73.92%-
HSV(B)260.6º30.18%87.06%-
XYZ43.2738.1874.2-
YUV169.52157.62134.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 222 (87.11% from 255) = 40%
R=32.07%
G=27.93%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781552220.200.3000.13260.650.3873.92
HexB29BDE141E0D105324a
Octal262233336243601540562112
Binary1011001010011011110111101010011110011011000001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BDE; }

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

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

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

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

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

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

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

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