Html Css Color HEX #B29BD7 Biloba Flower

📋 copy color: '#B29BD7'

red 178 ◦ green 155 ◦ blue 215

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

Shades of Biloba Flower #B29BD7

Tints of Biloba Flower #B29BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.23%

R = 32.48%
G = 28.28%
B = 39.23%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B29BD7 (or 0xB29BD7) is known color: Biloba Flower. HEX triplet: B2, 9B and D7. RGB value is (178,155,215). Sum of RGB (Red+Green+Blue) = 178+155+215=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #B29BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BD7 is #4D6428. Grayscale: #A8A8A8. Windows color (decimal): -5071913 or 14130098. OLE color: 14130098.

HSL color Cylindrical-coordinate representation of color #B29BD7: hue angle of 263º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B29BD7 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 155 215 -
CMYK 0.17 0.28 0 0.16
HSL 263º 0.43% 0.73% -
HSV(B) 263º 0.28% 0.84% -
XYZ 42.35 37.81 69.36 -
YUV 168.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 178 155 215 0.17 0.28 0 0.16 263 0.43 0.73
Hex B2 9B D7 11 1C 0 10 107 2B 49
Octal 262 233 327 21 34 0 20 407 53 111
Binary 10110010 10011011 11010111 10001 11100 0 10000 100000111 101011 1001001

Color Harmonies of #B29BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BD7

Black with #B29BD7

Text Example


Text Example

White with #B29BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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