#B29BCA

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

Shades of Biloba Flower #B29BCA

Tints of Biloba Flower #B29BCA

Color information

#B29BCA (or 0xB29BCA) is unknown color: approx Biloba Flower. HEX triplet: B2, 9B and CA. RGB value is (178,155,202). Sum of RGB (Red+Green+Blue) = 178+155+202=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #B29BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BCA is #4D6435. Grayscale: #A7A7A7. Windows color (decimal): -5071926 or 13278130. OLE color: 13278130.

HSL color Cylindrical-coordinate representation of color #B29BCA: hue angle of 269.36º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B29BCA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178155202-
CMYK0.120.2300.21
HSL269.36º30.72%70%-
HSV(B)269.36º23.27%79.22%-
XYZ40.7437.1760.9-
YUV167.24147.62135.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=33.27%
G=28.97%
B=37.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781552020.120.2300.21269.3630.7270
HexB29BCAC1701510d1f46
Octal262233312142702541537106
Binary101100101001101111001010110010111010101100001101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BCA; }

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

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

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

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

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

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

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

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