#B49AD8

Color #B49AD8 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B49AD8

Tints of Biloba Flower #B49AD8

Color information

#B49AD8 (or 0xB49AD8) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and D8. RGB value is (180,154,216). Sum of RGB (Red+Green+Blue) = 180+154+216=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #B49AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49AD8 is #4B6527. Grayscale: #A8A8A8. Windows color (decimal): -4941096 or 14195380. OLE color: 14195380.

HSL color Cylindrical-coordinate representation of color #B49AD8: hue angle of 265.16º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49AD8 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180154216-
CMYK0.170.2900.15
HSL265.16º44.29%72.55%-
HSV(B)265.16º28.7%84.71%-
XYZ42.7737.7770-
YUV168.84154.61135.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.73%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 216 (84.77% from 255) = 39.27%
R=32.73%
G=28%
B=39.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801542160.170.2900.15265.1644.2972.55
HexB49AD8111D0F1092c49
Octal264232330213501741154111
Binary1011010010011010110110001000111101011111000010011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AD8; }

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

 H1.HeaderClassName
 {
   color: #B49AD8;
 }
 .AnyTagClassName
 {
   color: #B49AD8;
 }
</style>
background-color css

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

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

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

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

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

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