Html Css Color HEX #B49ADB Biloba Flower

📋 copy color: '#B49ADB'

red 180 ◦ green 154 ◦ blue 219

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

Shades of Biloba Flower #B49ADB

Tints of Biloba Flower #B49ADB

RGB

 RED value IS 180 (70.7% from 255) = 32.55%

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

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 32.55%
G = 27.85%
B = 39.6%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B49ADB (or 0xB49ADB) is known color: Biloba Flower. HEX triplet: B4, 9A and DB. RGB value is (180,154,219). Sum of RGB (Red+Green+Blue) = 180+154+219=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #B49ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ADB is #4B6524. Grayscale: #A8A8A8. Windows color (decimal): -4941093 or 14391988. OLE color: 14391988.

HSL color Cylindrical-coordinate representation of color #B49ADB: hue angle of 264º degrees, saturation: 0.47, 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 #B49ADB is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 154 219 -
CMYK 0.18 0.30 0 0.14
HSL 264º 0.47% 0.73% -
HSV(B) 264º 0.3% 0.86% -
XYZ 43.16 37.93 72.06 -
YUV 169.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 180 154 219 0.18 0.30 0 0.14 264 0.47 0.73
Hex B4 9A DB 12 1E 0 E 108 2F 49
Octal 264 232 333 22 36 0 16 410 57 111
Binary 10110100 10011010 11011011 10010 11110 0 1110 100001000 101111 1001001

Color Harmonies of #B49ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49ADB

Black with #B49ADB

Text Example


Text Example

White with #B49ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49ADB; }

 p { color: rgb(180,154,219); }

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

background-color css

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

 a { background-color: rgb(180,154,219); }

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

border-color css

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

 span { border-color: rgb(180,154,219); }

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