Html Css Color HEX #B29ADC Biloba Flower

📋 copy color: '#B29ADC'

red 178 ◦ green 154 ◦ blue 220

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

Shades of Biloba Flower #B29ADC

Tints of Biloba Flower #B29ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 32.25%
G = 27.9%
B = 39.86%

CMYK

 C value IS 0.19

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B29ADC (or 0xB29ADC) is known color: Biloba Flower. HEX triplet: B2, 9A and DC. RGB value is (178,154,220). Sum of RGB (Red+Green+Blue) = 178+154+220=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #B29ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ADC is #4D6523. Grayscale: #A8A8A8. Windows color (decimal): -5072164 or 14457522. OLE color: 14457522.

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

Color convert

RGB 178 154 220 -
CMYK 0.19 0.3 0 0.14
HSL 261.82º 0.49% 0.73% -
HSV(B) 261.82º 0.3% 0.86% -
XYZ 42.83 37.74 72.74 -
YUV 168.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 178 154 220 0.19 0.3 0 0.14 261.82 0.49 0.73
Hex B2 9A DC 13 1E 0 E 106 31 49
Octal 262 232 334 23 36 0 16 406 61 111
Binary 10110010 10011010 11011100 10011 11110 0 1110 100000110 110001 1001001

Color Harmonies of #B29ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29ADC

Black with #B29ADC

Text Example


Text Example

White with #B29ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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