Html Css Color HEX #B29BD6 Biloba Flower

📋 copy color: '#B29BD6'

red 178 ◦ green 155 ◦ blue 214

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

Shades of Biloba Flower #B29BD6

Tints of Biloba Flower #B29BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.12%

R = 32.54%
G = 28.34%
B = 39.12%

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

#B29BD6 (or 0xB29BD6) is known color: Biloba Flower. HEX triplet: B2, 9B and D6. RGB value is (178,155,214). Sum of RGB (Red+Green+Blue) = 178+155+214=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #B29BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BD6 is #4D6429. Grayscale: #A8A8A8. Windows color (decimal): -5071914 or 14064562. OLE color: 14064562.

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

Color convert

RGB 178 155 214 -
CMYK 0.17 0.28 0 0.16
HSL 263.39º 0.42% 0.72% -
HSV(B) 263.39º 0.28% 0.84% -
XYZ 42.22 37.76 68.68 -
YUV 168.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 178 155 214 0.17 0.28 0 0.16 263.39 0.42 0.72
Hex B2 9B D6 11 1C 0 10 107 2A 48
Octal 262 233 326 21 34 0 20 407 52 110
Binary 10110010 10011011 11010110 10001 11100 0 10000 100000111 101010 1001000

Color Harmonies of #B29BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BD6

Black with #B29BD6

Text Example


Text Example

White with #B29BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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