Html Css Color HEX #B29BDE Biloba Flower

📋 copy color: '#B29BDE'

red 178 ◦ green 155 ◦ blue 222

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

Shades of Biloba Flower #B29BDE

Tints of Biloba Flower #B29BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40%

R = 32.07%
G = 27.93%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B29BDE (or 0xB29BDE) is known color: Biloba Flower. HEX triplet: B2, 9B and DE. RGB value is (178,155,222). Sum of RGB (Red+Green+Blue) = 178+155+222=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #B29BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BDE is #4D6421. Grayscale: #A9A9A9. Windows color (decimal): -5071906 or 14588850. OLE color: 14588850.

HSL color Cylindrical-coordinate representation of color #B29BDE: hue angle of 260.6º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B29BDE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 155 222 -
CMYK 0.20 0.30 0 0.13
HSL 260.6º 0.5% 0.74% -
HSV(B) 260.6º 0.3% 0.87% -
XYZ 43.27 38.18 74.2 -
YUV 169.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 178 155 222 0.20 0.30 0 0.13 260.6 0.5 0.74
Hex B2 9B DE 14 1E 0 D 105 32 4A
Octal 262 233 336 24 36 0 15 405 62 112
Binary 10110010 10011011 11011110 10100 11110 0 1101 100000101 110010 1001010

Color Harmonies of #B29BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BDE

Black with #B29BDE

Text Example


Text Example

White with #B29BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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