#B39ACA

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

Shades of Biloba Flower #B39ACA

Tints of Biloba Flower #B39ACA

Color information

#B39ACA (or 0xB39ACA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and CA. RGB value is (179,154,202). Sum of RGB (Red+Green+Blue) = 179+154+202=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #B39ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ACA is #4C6535. Grayscale: #A6A6A6. Windows color (decimal): -5006646 or 13277875. OLE color: 13277875.

HSL color Cylindrical-coordinate representation of color #B39ACA: hue angle of 271.25º 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 #B39ACA is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179154202-
CMYK0.110.2400.21
HSL271.25º31.17%69.8%-
HSV(B)271.25º23.76%79.22%-
XYZ40.8136.9660.86-
YUV166.95147.78136.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=33.46%
G=28.79%
B=37.76%

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
Decimal1791542020.110.2400.21271.2531.1769.8
HexB39ACAB1801510f1f46
Octal263232312133002541737106
Binary101100111001101011001010101111000010101100001111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39ACA; }

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

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

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

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

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

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

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

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