Html Css Color HEX #B29BDC Biloba Flower

📋 copy color: '#B29BDC'

red 178 ◦ green 155 ◦ blue 220

#B29BDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B29BDC

Tints of Biloba Flower #B29BDC

RGB

 RED value IS 178 (69.92% from 255) = 32.19%

 GREEN value IS 155 (60.94% from 255) = 28.03%

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 32.19%
G = 28.03%
B = 39.78%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B29BDC (or 0xB29BDC) is known color: Biloba Flower. HEX triplet: B2, 9B and DC. RGB value is (178,155,220). Sum of RGB (Red+Green+Blue) = 178+155+220=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #B29BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BDC is #4D6423. Grayscale: #A9A9A9. Windows color (decimal): -5071908 or 14457778. OLE color: 14457778.

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

Color convert

RGB 178 155 220 -
CMYK 0.19 0.30 0 0.14
HSL 261.23º 0.48% 0.74% -
HSV(B) 261.23º 0.3% 0.86% -
XYZ 43 38.07 72.79 -
YUV 169.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 178 155 220 0.19 0.30 0 0.14 261.23 0.48 0.74
Hex B2 9B DC 13 1E 0 E 105 30 4A
Octal 262 233 334 23 36 0 16 405 60 112
Binary 10110010 10011011 11011100 10011 11110 0 1110 100000101 110000 1001010

Color Harmonies of #B29BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BDC

Black with #B29BDC

Text Example


Text Example

White with #B29BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BDC; }

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

 H1.HeaderClassName
 {
   color: #B29BDC;
 }
 .AnyTagClassName
 {
   color: #B29BDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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