#B29EEC

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

Shades of Biloba Flower #B29EEC

Tints of Biloba Flower #B29EEC

Color information

#B29EEC (or 0xB29EEC) is unknown color: approx Biloba Flower. HEX triplet: B2, 9E and EC. RGB value is (178,158,236). Sum of RGB (Red+Green+Blue) = 178+158+236=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #B29EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29EEC is #4D6113. Grayscale: #ACACAC. Windows color (decimal): -5071124 or 15507122. OLE color: 15507122.

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

Color convert

RGB178158236-
CMYK0.250.3300.07
HSL255.38º67.24%77.25%-
HSV(B)255.38º33.05%92.55%-
XYZ45.7339.9784.66-
YUV172.87163.63131.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.12%
GREEN value IS 158 (62.11% from 255) = 27.62%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=31.12%
G=27.62%
B=41.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781582360.250.3300.07255.3867.2477.25
HexB29EEC192107ff434d
Octal262236354314107377103115
Binary1011001010011110111011001100110000101111111111110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EEC; }

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

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

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

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

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

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

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

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