#ABA0BF

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

Shades of Biloba Flower #ABA0BF

Tints of Biloba Flower #ABA0BF

Color information

#ABA0BF (or 0xABA0BF) is unknown color: approx Biloba Flower. HEX triplet: AB, A0 and BF. RGB value is (171,160,191). Sum of RGB (Red+Green+Blue) = 171+160+191=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABA0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0BF is #545F40. Grayscale: #A6A6A6. Windows color (decimal): -5529409 or 12558507. OLE color: 12558507.

HSL color Cylindrical-coordinate representation of color #ABA0BF: hue angle of 261.29º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABA0BF is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171160191-
CMYK0.100.1600.25
HSL261.29º19.5%68.82%-
HSV(B)261.29º16.23%74.9%-
XYZ38.7737.5654.5-
YUV166.82141.64130.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 160 (62.89% from 255) = 30.65%
BLUE value IS 191 (75% from 255) = 36.59%
R=32.76%
G=30.65%
B=36.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711601910.100.1600.25261.2919.568.82
HexABA0BFA100191051345
Octal253240277122003140523105
Binary101010111010000010111111101010000011001100000101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0BF; }

 p { color: rgb(171,160,191); }

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

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

 a { background-color: rgb(171,160,191); }

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

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

 span { border-color: rgb(171,160,191); }

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