Html Css Color HEX #B29ADD Biloba Flower

📋 copy color: '#B29ADD'

red 178 ◦ green 154 ◦ blue 221

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

Shades of Biloba Flower #B29ADD

Tints of Biloba Flower #B29ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.85%

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 32.19%
G = 27.85%
B = 39.96%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B29ADD (or 0xB29ADD) is known color: Biloba Flower. HEX triplet: B2, 9A and DD. RGB value is (178,154,221). Sum of RGB (Red+Green+Blue) = 178+154+221=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #B29ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ADD is #4D6522. Grayscale: #A8A8A8. Windows color (decimal): -5072163 or 14523058. OLE color: 14523058.

HSL color Cylindrical-coordinate representation of color #B29ADD: hue angle of 261.49º 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 #B29ADD is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 154 221 -
CMYK 0.19 0.30 0 0.13
HSL 261.49º 0.5% 0.74% -
HSV(B) 261.49º 0.3% 0.87% -
XYZ 42.97 37.8 73.44 -
YUV 168.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 178 154 221 0.19 0.30 0 0.13 261.49 0.5 0.74
Hex B2 9A DD 13 1E 0 D 105 32 4A
Octal 262 232 335 23 36 0 15 405 62 112
Binary 10110010 10011010 11011101 10011 11110 0 1101 100000101 110010 1001010

Color Harmonies of #B29ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29ADD

Black with #B29ADD

Text Example


Text Example

White with #B29ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29ADD; }

 p { color: rgb(178,154,221); }

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

background-color css

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

 a { background-color: rgb(178,154,221); }

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

border-color css

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

 span { border-color: rgb(178,154,221); }

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