#B49ACA

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

Shades of Biloba Flower #B49ACA

Tints of Biloba Flower #B49ACA

Color information

#B49ACA (or 0xB49ACA) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and CA. RGB value is (180,154,202). Sum of RGB (Red+Green+Blue) = 180+154+202=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #B49ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ACA is #4B6535. Grayscale: #A7A7A7. Windows color (decimal): -4941110 or 13277876. OLE color: 13277876.

HSL color Cylindrical-coordinate representation of color #B49ACA: hue angle of 272.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B49ACA is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180154202-
CMYK0.110.2400.21
HSL272.5º31.17%69.8%-
HSV(B)272.5º23.76%79.22%-
XYZ41.0437.0860.87-
YUV167.25147.61137.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 154 (60.55% from 255) = 28.73%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=33.58%
G=28.73%
B=37.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801542020.110.2400.21272.531.1769.8
HexB49ACAB180151101f46
Octal264232312133002542037106
Binary101101001001101011001010101111000010101100010000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49ACA; }

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

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

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

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

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

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

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

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