Html Css Color HEX #B29ADE Biloba Flower

📋 copy color: '#B29ADE'

red 178 ◦ green 154 ◦ blue 222

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

Shades of Biloba Flower #B29ADE

Tints of Biloba Flower #B29ADE

RGB

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

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

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

R = 32.13%
G = 27.8%
B = 40.07%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B29ADE (or 0xB29ADE) is known color: Biloba Flower. HEX triplet: B2, 9A and DE. RGB value is (178,154,222). Sum of RGB (Red+Green+Blue) = 178+154+222=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #B29ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ADE is #4D6521. Grayscale: #A8A8A8. Windows color (decimal): -5072162 or 14588594. OLE color: 14588594.

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

Color convert

RGB 178 154 222 -
CMYK 0.20 0.31 0 0.13
HSL 261.18º 0.51% 0.74% -
HSV(B) 261.18º 0.31% 0.87% -
XYZ 43.1 37.85 74.14 -
YUV 168.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 178 154 222 0.20 0.31 0 0.13 261.18 0.51 0.74
Hex B2 9A DE 14 1F 0 D 105 33 4A
Octal 262 232 336 24 37 0 15 405 63 112
Binary 10110010 10011010 11011110 10100 11111 0 1101 100000101 110011 1001010

Color Harmonies of #B29ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29ADE

Black with #B29ADE

Text Example


Text Example

White with #B29ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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