#B29ECF

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

Shades of Biloba Flower #B29ECF

Tints of Biloba Flower #B29ECF

Color information

#B29ECF (or 0xB29ECF) is unknown color: approx Biloba Flower. HEX triplet: B2, 9E and CF. RGB value is (178,158,207). Sum of RGB (Red+Green+Blue) = 178+158+207=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #B29ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ECF is #4D6130. Grayscale: #A9A9A9. Windows color (decimal): -5071153 or 13606578. OLE color: 13606578.

HSL color Cylindrical-coordinate representation of color #B29ECF: hue angle of 264.49º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29ECF is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178158207-
CMYK0.140.2400.19
HSL264.49º33.79%71.57%-
HSV(B)264.49º23.67%81.18%-
XYZ41.8538.4264.24-
YUV169.57149.13134.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=32.78%
G=29.10%
B=38.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781582070.140.2400.19264.4933.7971.57
HexB29ECFE180131082248
Octal262236317163002341042110
Binary1011001010011110110011111110110000100111000010001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29ECF; }

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

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

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

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

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

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

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

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