#B29BCD

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

Shades of Biloba Flower #B29BCD

Tints of Biloba Flower #B29BCD

Color information

#B29BCD (or 0xB29BCD) is unknown color: approx Biloba Flower. HEX triplet: B2, 9B and CD. RGB value is (178,155,205). Sum of RGB (Red+Green+Blue) = 178+155+205=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #B29BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BCD is #4D6432. Grayscale: #A7A7A7. Windows color (decimal): -5071923 or 13474738. OLE color: 13474738.

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

Color convert

RGB178155205-
CMYK0.130.2400.20
HSL267.6º33.33%70.59%-
HSV(B)267.6º24.39%80.39%-
XYZ41.137.3262.79-
YUV167.58149.12135.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.09%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=33.09%
G=28.81%
B=38.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781552050.130.2400.20267.633.3370.59
HexB29BCDD1801410c2147
Octal262233315153002441441107
Binary1011001010011011110011011101110000101001000011001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BCD; }

 p { color: rgb(178,155,205); }

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

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

 a { background-color: rgb(178,155,205); }

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

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

 span { border-color: rgb(178,155,205); }

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