#A89FBC

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

Shades of Biloba Flower #A89FBC

Tints of Biloba Flower #A89FBC

Color information

#A89FBC (or 0xA89FBC) is unknown color: approx Biloba Flower. HEX triplet: A8, 9F and BC. RGB value is (168,159,188). Sum of RGB (Red+Green+Blue) = 168+159+188=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #A89FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FBC is #576043. Grayscale: #A4A4A4. Windows color (decimal): -5726276 or 12361640. OLE color: 12361640.

HSL color Cylindrical-coordinate representation of color #A89FBC: hue angle of 258.62º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A89FBC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168159188-
CMYK0.110.1500.26
HSL258.62º17.79%68.04%-
HSV(B)258.62º15.43%73.73%-
XYZ37.6236.7552.69-
YUV165140.98130.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=32.62%
G=30.87%
B=36.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681591880.110.1500.26258.6217.7968.04
HexA89FBCBF01A1031244
Octal250237274131703240322104
Binary10101000100111111011110010111111011010100000011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89FBC; }

 p { color: rgb(168,159,188); }

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

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

 a { background-color: rgb(168,159,188); }

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

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

 span { border-color: rgb(168,159,188); }

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