#B29EC8

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

Shades of Biloba Flower #B29EC8

Tints of Biloba Flower #B29EC8

Color information

#B29EC8 (or 0xB29EC8) is unknown color: approx Biloba Flower. HEX triplet: B2, 9E and C8. RGB value is (178,158,200). Sum of RGB (Red+Green+Blue) = 178+158+200=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 200 - color contains mainly: blue. Hex color #B29EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EC8 is #4D6137. Grayscale: #A8A8A8. Windows color (decimal): -5071160 or 13147826. OLE color: 13147826.

HSL color Cylindrical-coordinate representation of color #B29EC8: hue angle of 268.57º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B29EC8 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB178158200-
CMYK0.110.2100.22
HSL268.57º27.63%70.2%-
HSV(B)268.57º21%78.43%-
XYZ41.0138.0959.83-
YUV168.77145.63134.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.21%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 200 (78.52% from 255) = 37.31%
R=33.21%
G=29.48%
B=37.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781582000.110.2100.22268.5727.6370.2
HexB29EC8B1501610d1c46
Octal262236310132502641534106
Binary101100101001111011001000101110101010110100001101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EC8; }

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

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

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

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

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

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

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

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