#B29FCA

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

Shades of Biloba Flower #B29FCA

Tints of Biloba Flower #B29FCA

Color information

#B29FCA (or 0xB29FCA) is unknown color: approx Biloba Flower. HEX triplet: B2, 9F and CA. RGB value is (178,159,202). Sum of RGB (Red+Green+Blue) = 178+159+202=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #B29FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FCA is #4D6035. Grayscale: #A9A9A9. Windows color (decimal): -5070902 or 13279154. OLE color: 13279154.

HSL color Cylindrical-coordinate representation of color #B29FCA: hue angle of 266.51º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B29FCA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178159202-
CMYK0.120.2100.21
HSL266.51º28.86%70.78%-
HSV(B)266.51º21.29%79.22%-
XYZ41.4238.5361.13-
YUV169.58146.29134-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=33.02%
G=29.50%
B=37.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781592020.120.2100.21266.5128.8670.78
HexB29FCAC1501510b1d47
Octal262237312142502541335107
Binary101100101001111111001010110010101010101100001011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FCA; }

 p { color: rgb(178,159,202); }

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

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

 a { background-color: rgb(178,159,202); }

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

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

 span { border-color: rgb(178,159,202); }

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