#B29BC6

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

Shades of Biloba Flower #B29BC6

Tints of Biloba Flower #B29BC6

Color information

#B29BC6 (or 0xB29BC6) is unknown color: approx Biloba Flower. HEX triplet: B2, 9B and C6. RGB value is (178,155,198). Sum of RGB (Red+Green+Blue) = 178+155+198=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #B29BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BC6 is #4D6439. Grayscale: #A6A6A6. Windows color (decimal): -5071930 or 13015986. OLE color: 13015986.

HSL color Cylindrical-coordinate representation of color #B29BC6: hue angle of 272.09º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B29BC6 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB178155198-
CMYK0.100.2200.22
HSL272.09º27.39%69.22%-
HSV(B)272.09º21.72%77.65%-
XYZ40.2736.9858.44-
YUV166.78145.62136-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=33.52%
G=29.19%
B=37.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781551980.100.2200.22272.0927.3969.22
HexB29BC6A160161101b45
Octal262233306122602642033105
Binary101100101001101111000110101010110010110100010000110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BC6; }

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

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

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

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

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

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

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

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