Html Css Color HEX #B29DDB Biloba Flower

📋 copy color: '#B29DDB'

red 178 ◦ green 157 ◦ blue 219

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

Shades of Biloba Flower #B29DDB

Tints of Biloba Flower #B29DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.34%

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

R = 32.13%
G = 28.34%
B = 39.53%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B29DDB (or 0xB29DDB) is known color: Biloba Flower. HEX triplet: B2, 9D and DB. RGB value is (178,157,219). Sum of RGB (Red+Green+Blue) = 178+157+219=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #B29DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DDB is #4D6224. Grayscale: #AAAAAA. Windows color (decimal): -5071397 or 14392754. OLE color: 14392754.

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

Color convert

RGB 178 157 219 -
CMYK 0.19 0.28 0 0.14
HSL 260.32º 0.46% 0.74% -
HSV(B) 260.32º 0.28% 0.86% -
XYZ 43.2 38.69 72.21 -
YUV 170.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 178 157 219 0.19 0.28 0 0.14 260.32 0.46 0.74
Hex B2 9D DB 13 1C 0 E 104 2E 4A
Octal 262 235 333 23 34 0 16 404 56 112
Binary 10110010 10011101 11011011 10011 11100 0 1110 100000100 101110 1001010

Color Harmonies of #B29DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29DDB

Black with #B29DDB

Text Example


Text Example

White with #B29DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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