#A89CBF

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

Shades of Biloba Flower #A89CBF

Tints of Biloba Flower #A89CBF

Color information

#A89CBF (or 0xA89CBF) is unknown color: approx Biloba Flower. HEX triplet: A8, 9C and BF. RGB value is (168,156,191). Sum of RGB (Red+Green+Blue) = 168+156+191=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #A89CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CBF is #576340. Grayscale: #A3A3A3. Windows color (decimal): -5727041 or 12557480. OLE color: 12557480.

HSL color Cylindrical-coordinate representation of color #A89CBF: hue angle of 260.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A89CBF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168156191-
CMYK0.120.1800.25
HSL260.57º21.47%68.04%-
HSV(B)260.57º18.32%74.9%-
XYZ37.4435.8654.24-
YUV163.58143.48131.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 191 (75% from 255) = 37.09%
R=32.62%
G=30.29%
B=37.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681561910.120.1800.25260.5721.4768.04
HexA89CBFC120191051544
Octal250234277142203140525104
Binary101010001001110010111111110010010011001100000101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89CBF; }

 p { color: rgb(168,156,191); }

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

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

 a { background-color: rgb(168,156,191); }

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

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

 span { border-color: rgb(168,156,191); }

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