#ABA1BF

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

Shades of Biloba Flower #ABA1BF

Tints of Biloba Flower #ABA1BF

Color information

#ABA1BF (or 0xABA1BF) is unknown color: approx Biloba Flower. HEX triplet: AB, A1 and BF. RGB value is (171,161,191). Sum of RGB (Red+Green+Blue) = 171+161+191=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABA1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1BF is #545E40. Grayscale: #A7A7A7. Windows color (decimal): -5529153 or 12558763. OLE color: 12558763.

HSL color Cylindrical-coordinate representation of color #ABA1BF: hue angle of 260º 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 #ABA1BF is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171161191-
CMYK0.100.1600.25
HSL260º18.99%69.02%-
HSV(B)260º15.71%74.9%-
XYZ38.9437.9154.55-
YUV167.41141.31130.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 161 (63.28% from 255) = 30.78%
BLUE value IS 191 (75% from 255) = 36.52%
R=32.70%
G=30.78%
B=36.52%

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
Decimal1711611910.100.1600.2526018.9969.02
HexABA1BFA100191041345
Octal253241277122003140423105
Binary101010111010000110111111101010000011001100000100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA1BF; }

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

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

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

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

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

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

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

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