#B49ACD

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

Shades of Biloba Flower #B49ACD

Tints of Biloba Flower #B49ACD

Color information

#B49ACD (or 0xB49ACD) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and CD. RGB value is (180,154,205). Sum of RGB (Red+Green+Blue) = 180+154+205=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #B49ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ACD is #4B6532. Grayscale: #A7A7A7. Windows color (decimal): -4941107 or 13474484. OLE color: 13474484.

HSL color Cylindrical-coordinate representation of color #B49ACD: hue angle of 270.59º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B49ACD is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180154205-
CMYK0.120.2500.20
HSL270.59º33.77%70.39%-
HSV(B)270.59º24.88%80.39%-
XYZ41.437.2262.76-
YUV167.59149.11136.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=33.40%
G=28.57%
B=38.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801542050.120.2500.20270.5933.7770.39
HexB49ACDC1901410f2246
Octal264232315143102441742106
Binary1011010010011010110011011100110010101001000011111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49ACD; }

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

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

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

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

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

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

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

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