Html Css Color HEX #B29CDB Biloba Flower

📋 copy color: '#B29CDB'

red 178 ◦ green 156 ◦ blue 219

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

Shades of Biloba Flower #B29CDB

Tints of Biloba Flower #B29CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.21%

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

R = 32.19%
G = 28.21%
B = 39.6%

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

#B29CDB (or 0xB29CDB) is known color: Biloba Flower. HEX triplet: B2, 9C and DB. RGB value is (178,156,219). Sum of RGB (Red+Green+Blue) = 178+156+219=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #B29CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CDB is #4D6324. Grayscale: #A9A9A9. Windows color (decimal): -5071653 or 14392498. OLE color: 14392498.

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

Color convert

RGB 178 156 219 -
CMYK 0.19 0.29 0 0.14
HSL 260.95º 0.47% 0.74% -
HSV(B) 260.95º 0.29% 0.86% -
XYZ 43.03 38.36 72.15 -
YUV 169.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 178 156 219 0.19 0.29 0 0.14 260.95 0.47 0.74
Hex B2 9C DB 13 1D 0 E 105 2F 4A
Octal 262 234 333 23 35 0 16 405 57 112
Binary 10110010 10011100 11011011 10011 11101 0 1110 100000101 101111 1001010

Color Harmonies of #B29CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29CDB

Black with #B29CDB

Text Example


Text Example

White with #B29CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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