#B29BCE

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

Shades of Biloba Flower #B29BCE

Tints of Biloba Flower #B29BCE

Color information

#B29BCE (or 0xB29BCE) is unknown color: approx Biloba Flower. HEX triplet: B2, 9B and CE. RGB value is (178,155,206). Sum of RGB (Red+Green+Blue) = 178+155+206=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #B29BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BCE is #4D6431. Grayscale: #A7A7A7. Windows color (decimal): -5071922 or 13540274. OLE color: 13540274.

HSL color Cylindrical-coordinate representation of color #B29BCE: hue angle of 267.06º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B29BCE is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178155206-
CMYK0.140.2500.19
HSL267.06º34.23%70.78%-
HSV(B)267.06º24.76%80.78%-
XYZ41.2237.3663.43-
YUV167.69149.62135.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 155 (60.94% from 255) = 28.76%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=33.02%
G=28.76%
B=38.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781552060.140.2500.19267.0634.2370.78
HexB29BCEE1901310b2247
Octal262233316163102341342107
Binary1011001010011011110011101110110010100111000010111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BCE; }

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

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

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

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

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

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

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

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