#B29AC8

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

Shades of Biloba Flower #B29AC8

Tints of Biloba Flower #B29AC8

Color information

#B29AC8 (or 0xB29AC8) is unknown color: approx Biloba Flower. HEX triplet: B2, 9A and C8. RGB value is (178,154,200). Sum of RGB (Red+Green+Blue) = 178+154+200=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 200 - color contains mainly: blue. Hex color #B29AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29AC8 is #4D6537. Grayscale: #A6A6A6. Windows color (decimal): -5072184 or 13146802. OLE color: 13146802.

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

Color convert

RGB178154200-
CMYK0.110.2300.22
HSL271.3º29.49%69.41%-
HSV(B)271.3º23%78.43%-
XYZ40.3436.7559.61-
YUV166.42146.95136.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 200 (78.52% from 255) = 37.59%
R=33.46%
G=28.95%
B=37.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781542000.110.2300.22271.329.4969.41
HexB29AC8B1701610f1d45
Octal262232310132702641735105
Binary101100101001101011001000101110111010110100001111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AC8; }

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

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

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

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

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

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

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

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