#B29BCC

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

Shades of Biloba Flower #B29BCC

Tints of Biloba Flower #B29BCC

Color information

#B29BCC (or 0xB29BCC) is unknown color: approx Biloba Flower. HEX triplet: B2, 9B and CC. RGB value is (178,155,204). Sum of RGB (Red+Green+Blue) = 178+155+204=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #B29BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BCC is #4D6433. Grayscale: #A7A7A7. Windows color (decimal): -5071924 or 13409202. OLE color: 13409202.

HSL color Cylindrical-coordinate representation of color #B29BCC: hue angle of 268.16º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29BCC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB178155204-
CMYK0.130.2400.2
HSL268.16º32.45%70.39%-
HSV(B)268.16º24.02%80%-
XYZ40.9837.2762.16-
YUV167.46148.62135.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.15%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=33.15%
G=28.86%
B=37.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781552040.130.2400.2268.1632.4570.39
HexB29BCCD1801410c2046
Octal262233314153002441440106
Binary1011001010011011110011001101110000101001000011001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BCC; }

 p { color: rgb(178,155,204); }

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

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

 a { background-color: rgb(178,155,204); }

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

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

 span { border-color: rgb(178,155,204); }

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