#B29BCB

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

Shades of Biloba Flower #B29BCB

Tints of Biloba Flower #B29BCB

Color information

#B29BCB (or 0xB29BCB) is unknown color: approx Biloba Flower. HEX triplet: B2, 9B and CB. RGB value is (178,155,203). Sum of RGB (Red+Green+Blue) = 178+155+203=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #B29BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BCB is #4D6434. Grayscale: #A7A7A7. Windows color (decimal): -5071925 or 13343666. OLE color: 13343666.

HSL color Cylindrical-coordinate representation of color #B29BCB: hue angle of 268.75º 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 #B29BCB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178155203-
CMYK0.120.2400.20
HSL268.75º31.58%70.2%-
HSV(B)268.75º23.65%79.61%-
XYZ40.8637.2261.53-
YUV167.35148.12135.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.21%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=33.21%
G=28.92%
B=37.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781552030.120.2400.20268.7531.5870.2
HexB29BCBC1801410d2046
Octal262233313143002441540106
Binary1011001010011011110010111100110000101001000011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BCB; }

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

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

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

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

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

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

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

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