#B29DCB

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

Shades of Biloba Flower #B29DCB

Tints of Biloba Flower #B29DCB

Color information

#B29DCB (or 0xB29DCB) is unknown color: approx Biloba Flower. HEX triplet: B2, 9D and CB. RGB value is (178,157,203). Sum of RGB (Red+Green+Blue) = 178+157+203=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #B29DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DCB is #4D6234. Grayscale: #A8A8A8. Windows color (decimal): -5071413 or 13344178. OLE color: 13344178.

HSL color Cylindrical-coordinate representation of color #B29DCB: hue angle of 267.39º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B29DCB is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178157203-
CMYK0.120.2300.20
HSL267.39º30.67%70.59%-
HSV(B)267.39º22.66%79.61%-
XYZ41.237.8961.64-
YUV168.52147.46134.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.09%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=33.09%
G=29.18%
B=37.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781572030.120.2300.20267.3930.6770.59
HexB29DCBC1701410b1f47
Octal262235313142702441337107
Binary101100101001110111001011110010111010100100001011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DCB; }

 p { color: rgb(178,157,203); }

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

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

 a { background-color: rgb(178,157,203); }

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

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

 span { border-color: rgb(178,157,203); }

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