#B29CE4

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

Shades of Biloba Flower #B29CE4

Tints of Biloba Flower #B29CE4

Color information

#B29CE4 (or 0xB29CE4) is unknown color: approx Biloba Flower. HEX triplet: B2, 9C and E4. RGB value is (178,156,228). Sum of RGB (Red+Green+Blue) = 178+156+228=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #B29CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CE4 is #4D631B. Grayscale: #AAAAAA. Windows color (decimal): -5071644 or 14982322. OLE color: 14982322.

HSL color Cylindrical-coordinate representation of color #B29CE4: hue angle of 258.33º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B29CE4 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB178156228-
CMYK0.220.3200.11
HSL258.33º57.14%75.29%-
HSV(B)258.33º31.58%89.41%-
XYZ44.2538.8478.56-
YUV170.79160.29133.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.67%
GREEN value IS 156 (61.33% from 255) = 27.76%
BLUE value IS 228 (89.45% from 255) = 40.57%
R=31.67%
G=27.76%
B=40.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1781562280.220.3200.11258.3357.1475.29
HexB29CE416200B102394b
Octal262234344264001340271113
Binary10110010100111001110010010110100000010111000000101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29CE4; }

 p { color: rgb(178,156,228); }

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

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

 a { background-color: rgb(178,156,228); }

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

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

 span { border-color: rgb(178,156,228); }

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