#B29AEC

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

Shades of Biloba Flower #B29AEC

Tints of Biloba Flower #B29AEC

Color information

#B29AEC (or 0xB29AEC) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and EC. RGB value is (178,154,236). Sum of RGB (Red+Green+Blue) = 178+154+236=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #B29AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29AEC is #4D6513. Grayscale: #AAAAAA. Windows color (decimal): -5072148 or 15506098. OLE color: 15506098.

HSL color Cylindrical-coordinate representation of color #B29AEC: hue angle of 257.56º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B29AEC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178154236-
CMYK0.250.3500.07
HSL257.56º68.33%76.47%-
HSV(B)257.56º34.75%92.55%-
XYZ45.0638.6384.44-
YUV170.52164.95133.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 236 (92.58% from 255) = 41.55%
R=31.34%
G=27.11%
B=41.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781542360.250.3500.07257.5668.3376.47
HexB29AEC192307102444c
Octal262232354314307402104114
Binary10110010100110101110110011001100011011110000001010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AEC; }

 p { color: rgb(178,154,236); }

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

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

 a { background-color: rgb(178,154,236); }

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

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

 span { border-color: rgb(178,154,236); }

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