Html Css Color HEX #B29BDB Biloba Flower

📋 copy color: '#B29BDB'

red 178 ◦ green 155 ◦ blue 219

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

Shades of Biloba Flower #B29BDB

Tints of Biloba Flower #B29BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 32.25%
G = 28.08%
B = 39.67%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B29BDB (or 0xB29BDB) is known color: Biloba Flower. HEX triplet: B2, 9B and DB. RGB value is (178,155,219). Sum of RGB (Red+Green+Blue) = 178+155+219=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #B29BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BDB is #4D6424. Grayscale: #A8A8A8. Windows color (decimal): -5071909 or 14392242. OLE color: 14392242.

HSL color Cylindrical-coordinate representation of color #B29BDB: hue angle of 261.56º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B29BDB is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 155 219 -
CMYK 0.19 0.29 0 0.14
HSL 261.56º 0.47% 0.73% -
HSV(B) 261.56º 0.29% 0.86% -
XYZ 42.87 38.02 72.1 -
YUV 169.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 178 155 219 0.19 0.29 0 0.14 261.56 0.47 0.73
Hex B2 9B DB 13 1D 0 E 106 2F 49
Octal 262 233 333 23 35 0 16 406 57 111
Binary 10110010 10011011 11011011 10011 11101 0 1110 100000110 101111 1001001

Color Harmonies of #B29BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BDB

Black with #B29BDB

Text Example


Text Example

White with #B29BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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