#B29DDC

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

Shades of Biloba Flower #B29DDC

Tints of Biloba Flower #B29DDC

Color information

#B29DDC (or 0xB29DDC) is unknown color: approx Biloba Flower. HEX triplet: B2, 9D and DC. RGB value is (178,157,220). Sum of RGB (Red+Green+Blue) = 178+157+220=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #B29DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DDC is #4D6223. Grayscale: #AAAAAA. Windows color (decimal): -5071396 or 14458290. OLE color: 14458290.

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

Color convert

RGB178157220-
CMYK0.190.2900.14
HSL260º47.37%73.92%-
HSV(B)260º28.64%86.27%-
XYZ43.3438.7572.9-
YUV170.46155.96133.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=32.07%
G=28.29%
B=39.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781572200.190.2900.1426047.3773.92
HexB29DDC131D0E1042f4a
Octal262235334233501640457112
Binary1011001010011101110111001001111101011101000001001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DDC; }

 p { color: rgb(178,157,220); }

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

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

 a { background-color: rgb(178,157,220); }

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

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

 span { border-color: rgb(178,157,220); }

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