#B29CE0

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

Shades of Biloba Flower #B29CE0

Tints of Biloba Flower #B29CE0

Color information

#B29CE0 (or 0xB29CE0) is unknown color: approx Biloba Flower. HEX triplet: B2, 9C and E0. RGB value is (178,156,224). Sum of RGB (Red+Green+Blue) = 178+156+224=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #B29CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CE0 is #4D631F. Grayscale: #AAAAAA. Windows color (decimal): -5071648 or 14720178. OLE color: 14720178.

HSL color Cylindrical-coordinate representation of color #B29CE0: hue angle of 259.41º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B29CE0 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178156224-
CMYK0.210.3000.12
HSL259.41º52.31%74.51%-
HSV(B)259.41º30.36%87.84%-
XYZ43.738.6275.67-
YUV170.33158.29133.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.90%
GREEN value IS 156 (61.33% from 255) = 27.96%
BLUE value IS 224 (87.89% from 255) = 40.14%
R=31.90%
G=27.96%
B=40.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781562240.210.3000.12259.4152.3174.51
HexB29CE0151E0C103344b
Octal262234340253601440364113
Binary1011001010011100111000001010111110011001000000111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29CE0; }

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

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

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

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

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

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

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

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