Html Css Color HEX #B29BDA Biloba Flower

📋 copy color: '#B29BDA'

red 178 ◦ green 155 ◦ blue 218

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

Shades of Biloba Flower #B29BDA

Tints of Biloba Flower #B29BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 32.3%
G = 28.13%
B = 39.56%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B29BDA (or 0xB29BDA) is known color: Biloba Flower. HEX triplet: B2, 9B and DA. RGB value is (178,155,218). Sum of RGB (Red+Green+Blue) = 178+155+218=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #B29BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BDA is #4D6425. Grayscale: #A8A8A8. Windows color (decimal): -5071910 or 14326706. OLE color: 14326706.

HSL color Cylindrical-coordinate representation of color #B29BDA: hue angle of 261.9º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B29BDA is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 155 218 -
CMYK 0.18 0.29 0 0.15
HSL 261.9º 0.46% 0.73% -
HSV(B) 261.9º 0.29% 0.85% -
XYZ 42.74 37.97 71.41 -
YUV 169.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 178 155 218 0.18 0.29 0 0.15 261.9 0.46 0.73
Hex B2 9B DA 12 1D 0 F 106 2E 49
Octal 262 233 332 22 35 0 17 406 56 111
Binary 10110010 10011011 11011010 10010 11101 0 1111 100000110 101110 1001001

Color Harmonies of #B29BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BDA

Black with #B29BDA

Text Example


Text Example

White with #B29BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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