#B29CDD

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

Shades of Biloba Flower #B29CDD

Tints of Biloba Flower #B29CDD

Color information

#B29CDD (or 0xB29CDD) is unknown color: approx Biloba Flower. HEX triplet: B2, 9C and DD. RGB value is (178,156,221). Sum of RGB (Red+Green+Blue) = 178+156+221=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #B29CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CDD is #4D6322. Grayscale: #A9A9A9. Windows color (decimal): -5071651 or 14523570. OLE color: 14523570.

HSL color Cylindrical-coordinate representation of color #B29CDD: hue angle of 260.31º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B29CDD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178156221-
CMYK0.190.2900.13
HSL260.31º48.87%73.92%-
HSV(B)260.31º29.41%86.67%-
XYZ43.338.4673.55-
YUV169.99156.79133.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=32.07%
G=28.11%
B=39.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781562210.190.2900.13260.3148.8773.92
HexB29CDD131D0D104314a
Octal262234335233501540461112
Binary1011001010011100110111011001111101011011000001001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29CDD; }

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

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

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

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

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

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

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

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