#B29FCE

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

Shades of Biloba Flower #B29FCE

Tints of Biloba Flower #B29FCE

Color information

#B29FCE (or 0xB29FCE) is unknown color: approx Biloba Flower. HEX triplet: B2, 9F and CE. RGB value is (178,159,206). Sum of RGB (Red+Green+Blue) = 178+159+206=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #B29FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FCE is #4D6031. Grayscale: #A9A9A9. Windows color (decimal): -5070898 or 13541298. OLE color: 13541298.

HSL color Cylindrical-coordinate representation of color #B29FCE: hue angle of 264.26º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B29FCE is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178159206-
CMYK0.140.2300.19
HSL264.26º32.41%71.57%-
HSV(B)264.26º22.82%80.78%-
XYZ41.938.7263.66-
YUV170.04148.29133.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=32.78%
G=29.28%
B=37.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781592060.140.2300.19264.2632.4171.57
HexB29FCEE170131082048
Octal262237316162702341040110
Binary1011001010011111110011101110101110100111000010001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FCE; }

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

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

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

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

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

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

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

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