#B49ACE

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

Shades of Biloba Flower #B49ACE

Tints of Biloba Flower #B49ACE

Color information

#B49ACE (or 0xB49ACE) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and CE. RGB value is (180,154,206). Sum of RGB (Red+Green+Blue) = 180+154+206=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #B49ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ACE is #4B6531. Grayscale: #A7A7A7. Windows color (decimal): -4941106 or 13540020. OLE color: 13540020.

HSL color Cylindrical-coordinate representation of color #B49ACE: hue angle of 270º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B49ACE is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180154206-
CMYK0.130.2500.19
HSL270º34.67%70.59%-
HSV(B)270º25.24%80.78%-
XYZ41.5237.2763.4-
YUV167.7149.61136.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=33.33%
G=28.52%
B=38.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801542060.130.2500.1927034.6770.59
HexB49ACED1901310e2347
Octal264232316153102341643107
Binary1011010010011010110011101101110010100111000011101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49ACE; }

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

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

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

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

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

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

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

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